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 140c456 commit 13fb68aCopy full SHA for 13fb68a
.github/workflows/deploy_image.yml
@@ -33,6 +33,5 @@ jobs:
33
with:
34
context: .
35
push: true
36
- tags: ${{ steps.metadata.outputs.tags }}
37
- labels: ${{ steps.metadata.outputs.labels }}
+ tags: ghcr.io/${{ env.IMAGE_NAME}}:latest
38
platforms: linux/amd64,linux/arm64
0 commit comments