Skip to content

Commit

Permalink
chore(build): fix docker context
Browse files Browse the repository at this point in the history
We just need to use path, not full filepath
  • Loading branch information
o-orand committed Mar 13, 2024
1 parent 0999652 commit 58f5868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
workflow_dispatch:

env:
DOCKER_FILE_PATH: ./dockerfiles/alpine/Dockerfile
DOCKER_FILE_PATH: dockerfiles/alpine
IMAGE: "ghcr.io/${{ github.repository }}"
DOCKERHUB_ORG: elpaasoci

Expand Down

0 comments on commit 58f5868

Please sign in to comment.