Skip to content
This repository was archived by the owner on Sep 4, 2024. It is now read-only.

Commit 908bd9c

Browse files
authored
Update docker.yaml (#4)
fix mistake for docker file path
1 parent d191e16 commit 908bd9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ jobs:
2121
run: |
2222
GOOS=linux GOARCH=amd64 make
2323
echo "${{ secrets.GHCR_TOKEN }}" | docker login ghcr.io -u "${{ secrets.GHCR_USER }}" --password-stdin
24-
docker build . --tag ghcr.io/${{ github.repository }}:${{ steps.vars.outputs.tag_name }} -f Dockerfile --build-arg "ghcr_token=${{ secrets.GHCR_TOKEN }}"
25-
docker push ghcr.io/${{ github.repository }}:${{ steps.vars.outputs.tag_name }}
24+
docker build . --tag ghcr.io/${{ github.repository }}:${{ steps.vars.outputs.tag_name }} -f docker/Dockerfile --build-arg "ghcr_token=${{ secrets.GHCR_TOKEN }}"
25+
docker push ghcr.io/${{ github.repository }}:${{ steps.vars.outputs.tag_name }}

0 commit comments

Comments
 (0)