Skip to content

Commit 035488b

Browse files
committed
fixing
1 parent ab43ce7 commit 035488b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/demo_build_and_deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ jobs:
7070
context: demos-docker
7171
file: demos-docker/Dockerfile
7272
push: true
73-
tags: ${{ steps.meta.outputs.tags }}
73+
github-token: ${{ secrets.GITHUB_TOKEN }}
74+
tags: "${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}::latest"
7475
# tags: ${{ steps.meta.outputs.tags }}
7576
# labels: ${{ steps.meta.outputs.labels }}
7677
# cache-from: type=gha

0 commit comments

Comments
 (0)