Skip to content

Commit

Permalink
Fix antithesis image publication (#2998)
Browse files Browse the repository at this point in the history
  • Loading branch information
marun authored May 6, 2024
1 parent 104a00a commit e7163eb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish_antithesis_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ jobs:
password: ${{ secrets.ANTITHESIS_GAR_JSON_KEY }}

- name: Set the Go version in the environment
uses: ./.github/actions/set-go-version-in-env
# Need an exact version vs the range (~x.x.x) provided by set-go-version-in-env action
run: echo GO_VERSION="$(go list -m -f '{{.GoVersion}}')" >> $GITHUB_ENV
shell: bash

- name: Build node
id: build-node-image
Expand Down

0 comments on commit e7163eb

Please sign in to comment.