Skip to content

Commit 82e42db

Browse files
committed
⚙️ fixed: add context for docker build cmd.
1 parent 94c284b commit 82e42db

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
docker buildx build \
5353
--file ./.container/Dockerfile \
5454
--platform linux/amd64,linux/arm64 \
55-
--tag ${{ vars.GH_REPO_URL }}:latest
55+
--tag ${{ vars.GH_REPO_URL }}:latest .
5656
5757
docker push ${{ vars.GH_REPO_URL }}:latest
5858
@@ -64,6 +64,6 @@ jobs:
6464
docker buildx build \
6565
--file ./.container/Dockerfile \
6666
--platform linux/amd64,linux/arm64 \
67-
--tag ${{ vars.GH_REPO_URL }}:$TAG
67+
--tag ${{ vars.GH_REPO_URL }}:$TAG .
6868
6969
docker push --tag ${{ vars.GH_REPO_URL }}:$TAG

0 commit comments

Comments
 (0)