Skip to content

Commit

Permalink
ci(docker): Add latest tag to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jidicula committed Feb 1, 2022
1 parent e6a6529 commit cc8c895
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ jobs:
with:
push: true
tags:
- ${{ env.REGISTRY}}/jidicula/${{ env.IMAGE_NAME}}:${{ github.ref_name }}
- ${{ env.REGISTRY}}/jidicula/${{ env.IMAGE_NAME}}:latest
${{ env.REGISTRY}}/jidicula/${{ env.IMAGE_NAME}}:${{ github.ref_name }},${{ env.REGISTRY}}/jidicula/${{ env.IMAGE_NAME}}:latest
labels: ${{ steps.meta.outputs.labels }}
build-args: |
"UBUNTU_VERSION=${{ matrix.version-pair.ubuntu }}"
Expand Down

0 comments on commit cc8c895

Please sign in to comment.