We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f4060a commit e706524Copy full SHA for e706524
.github/workflows/release-snapshot.yml
@@ -83,7 +83,7 @@ jobs:
83
uses: docker/build-push-action@v2
84
with:
85
context: .
86
- file: ./docker/amd64.Dockerfile
+ file: ./Dockerfile
87
platforms: linux/amd64
88
push: true
89
cache-from: type=local,src=/tmp/.buildx/cache
.github/workflows/release.yml
@@ -82,7 +82,7 @@ jobs:
82
0 commit comments