Skip to content

Commit 84b533c

Browse files
Fix path of Dockerfile
1 parent d670dd6 commit 84b533c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
IMAGE_NAME: ${{secrets.IMAGE_NAME}}
2525
DOCKER_USER: ${{secrets.DOCKER_USER}}
2626
run: |
27-
docker build . --file /alpine/Dockerfile --tag $DOCKER_USER/$IMAGE_NAME:alpine
28-
docker build . --file /slim-buster/Dockerfile --tag $DOCKER_USER/$IMAGE_NAME:slim-buster
27+
docker build . --file ./alpine/Dockerfile --tag $DOCKER_USER/$IMAGE_NAME:alpine
28+
docker build . --file ./slim-buster/Dockerfile --tag $DOCKER_USER/$IMAGE_NAME:slim-buster
2929
- name: Push the Docker images
3030
env:
3131
IMAGE_NAME: ${{secrets.IMAGE_NAME}}

0 commit comments

Comments
 (0)