Skip to content

Commit

Permalink
fix(ci): append docker repo name to latest tag (#1028)
Browse files Browse the repository at this point in the history
  • Loading branch information
kschelonka authored Jan 14, 2025
1 parent 48468ef commit 4e7d971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/containerize/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ runs:
uses: docker/build-push-action@v6
with:
push: ${{inputs.push}}
tags: ${{inputs.docker-repo-name}}:${{ github.sha }},latest
tags: ${{inputs.docker-repo-name}}:${{ github.sha }},${{inputs.docker-repo-name}}:latest
context: ${{ inputs.context }}
build-args: |
GIT_SHA=${{ github.sha }}
Expand Down

0 comments on commit 4e7d971

Please sign in to comment.