Skip to content

Commit

Permalink
Merge pull request #2180 from keboola/fix-race-image-tag
Browse files Browse the repository at this point in the history
fix: Race image tag missing
  • Loading branch information
Matovidlo authored Dec 11, 2024
2 parents 4a4b571 + 4202ca8 commit f351423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-service-stream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
uses: docker/build-push-action@v6
with:
load: true
tags: ${{ env.IMAGE_NAME }}-race:${{ env.IMAGE_TAG }}
tags: ${{ env.IMAGE_NAME }}:${{ env.IMAGE_TAG }}-race
context: .
file: provisioning/stream/docker/service/race/Dockerfile

Expand Down

0 comments on commit f351423

Please sign in to comment.