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 94c284b commit 82e42dbCopy full SHA for 82e42db
1 file changed
.github/workflows/build.yml
@@ -52,7 +52,7 @@ jobs:
52
docker buildx build \
53
--file ./.container/Dockerfile \
54
--platform linux/amd64,linux/arm64 \
55
- --tag ${{ vars.GH_REPO_URL }}:latest
+ --tag ${{ vars.GH_REPO_URL }}:latest .
56
57
docker push ${{ vars.GH_REPO_URL }}:latest
58
@@ -64,6 +64,6 @@ jobs:
64
65
66
67
- --tag ${{ vars.GH_REPO_URL }}:$TAG
+ --tag ${{ vars.GH_REPO_URL }}:$TAG .
68
69
docker push --tag ${{ vars.GH_REPO_URL }}:$TAG
0 commit comments