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 9a8b5b3 commit 781ee5eCopy full SHA for 781ee5e
.github/workflows/dockerhub.yml
@@ -93,6 +93,7 @@ jobs:
93
id: docker_build_alpine
94
uses: docker/build-push-action@v2
95
with:
96
+ context: .
97
build-args: VERSION=${{ env.GIT_DESCRIBE }}
98
platforms: linux/amd64,linux/arm64,linux/arm/v7
99
push: true
@@ -104,6 +105,7 @@ jobs:
104
105
id: docker_build_debian
106
107
108
109
110
file: Dockerfile.debian
111
0 commit comments