Skip to content

Commit

Permalink
Tag docker image as :latest aswell (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
StrongestNumber9 authored May 22, 2023
1 parent 6a4d5f7 commit dfd5aad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upload_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,5 @@ jobs:

- name: 'Build Image'
run: |
docker buildx build --output type=docker --tag ghcr.io/${{ env.REPO_LC }}/app:${{ github.event.release.tag_name }} .
docker push ghcr.io/${{ env.REPO_LC }}/app:${{ github.event.release.tag_name }}
docker buildx build --output type=docker --tag ghcr.io/${{ env.REPO_LC }}/app:${{ github.event.release.tag_name }} --tag ghcr.io/${{ env.REPO_LC }}/app:latest .
docker push ghcr.io/${{ env.REPO_LC }}/app --all-tags

0 comments on commit dfd5aad

Please sign in to comment.