Skip to content

Commit

Permalink
fix: add image ID in commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
pgimalac committed Dec 29, 2023
1 parent 19e5b30 commit 09d6b0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buildimages-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
run: |
if [ "${{ steps.current_go_version.outputs.GO_VERSION }}" = "${{ inputs.go_version }}" ]; then
inv buildimages.update --image-tag ${{ inputs.images_id }} $TEST_VERSION
echo 'MESSAGE="Update buildimages ID"' >> $GITHUB_OUTPUT
echo 'MESSAGE="Update buildimages ID to ${{ inputs.images_id }}"' >> $GITHUB_OUTPUT
else
inv update-go --image-tag ${{ inputs.images_id }} $TEST_VERSION -v "${{ inputs.go_version }}" $RELEASE_NOTE
echo 'MESSAGE="Update Go version to ${{ inputs.go_version }}"' >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 09d6b0a

Please sign in to comment.