Skip to content

Commit

Permalink
Fix versions of op pubs
Browse files Browse the repository at this point in the history
  • Loading branch information
tammy-baylis-swi committed Jan 14, 2025
1 parent c6b33f5 commit fd6c53b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- uses: actions/checkout@v4

- name: Read solarwinds_apm version requirement
run: echo VERSION=$(head -n 1 image/requirements.txt | cut -d '=' -f3) >> $GITHUB_ENV
run: echo VERSION=$(head -n 1 image/requirements-nodeps.txt | cut -d '=' -f3) >> $GITHUB_ENV

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down

0 comments on commit fd6c53b

Please sign in to comment.