We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab43ce7 commit 035488bCopy full SHA for 035488b
.github/workflows/demo_build_and_deploy.yml
@@ -70,7 +70,8 @@ jobs:
70
context: demos-docker
71
file: demos-docker/Dockerfile
72
push: true
73
- tags: ${{ steps.meta.outputs.tags }}
+ github-token: ${{ secrets.GITHUB_TOKEN }}
74
+ tags: "${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}::latest"
75
# tags: ${{ steps.meta.outputs.tags }}
76
# labels: ${{ steps.meta.outputs.labels }}
77
# cache-from: type=gha
0 commit comments