Skip to content

Commit

Permalink
Tag the built/pushed image as latest
Browse files Browse the repository at this point in the history
  • Loading branch information
utr1903 committed Feb 1, 2024
1 parent ebc63d8 commit d9685a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_build_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ jobs:
context: "./apps/${{ inputs.language }}/."
platforms: "linux/amd64,linux/arm64"
push: true
tags: ghcr.io/${{ github.actor }}/${{ secrets.PROJECT }}-${{ inputs.application }}-${{ inputs.language }}:${{ github.sha }}
tags: "ghcr.io/${{ github.actor }}/${{ secrets.PROJECT }}-${{ inputs.application }}-${{ inputs.language }}:${{ github.sha }},ghcr.io/${{ github.actor }}/${{ secrets.PROJECT }}-${{ inputs.application }}-${{ inputs.language }}:latest"
build-args: "APP_NAME=${{ inputs.application }}"

0 comments on commit d9685a8

Please sign in to comment.