We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe50a62 commit 1c54b0dCopy full SHA for 1c54b0d
.github/workflows/push-docker-image.yml
@@ -44,5 +44,5 @@ jobs:
44
# https://github.com/docker/build-push-action
45
- name: Push Docker Image to GHCR
46
run: |
47
- docker push ghcr.io/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}:${{ steps.meta.outputs.tags }}
+ docker push ghcr.io/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}:latest}}
48
0 commit comments