Skip to content

Commit 781ee5e

Browse files
authored
ci: use path context
1 parent 9a8b5b3 commit 781ee5e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/dockerhub.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ jobs:
9393
id: docker_build_alpine
9494
uses: docker/build-push-action@v2
9595
with:
96+
context: .
9697
build-args: VERSION=${{ env.GIT_DESCRIBE }}
9798
platforms: linux/amd64,linux/arm64,linux/arm/v7
9899
push: true
@@ -104,6 +105,7 @@ jobs:
104105
id: docker_build_debian
105106
uses: docker/build-push-action@v2
106107
with:
108+
context: .
107109
build-args: VERSION=${{ env.GIT_DESCRIBE }}
108110
file: Dockerfile.debian
109111
platforms: linux/amd64,linux/arm64,linux/arm/v7

0 commit comments

Comments
 (0)