Skip to content

Commit e706524

Browse files
committed
fix(workflows): docker image path
1 parent 1f4060a commit e706524

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
uses: docker/build-push-action@v2
8484
with:
8585
context: .
86-
file: ./docker/amd64.Dockerfile
86+
file: ./Dockerfile
8787
platforms: linux/amd64
8888
push: true
8989
cache-from: type=local,src=/tmp/.buildx/cache

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
uses: docker/build-push-action@v2
8383
with:
8484
context: .
85-
file: ./docker/amd64.Dockerfile
85+
file: ./Dockerfile
8686
platforms: linux/amd64
8787
push: true
8888
cache-from: type=local,src=/tmp/.buildx/cache

0 commit comments

Comments
 (0)