We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 63fd9a8 + 1e350fe commit 411c89cCopy full SHA for 411c89c
.github/workflows/docker-develop.yml
@@ -24,8 +24,8 @@ jobs:
24
image-name: "samply/eucaim-frontend"
25
build-args: |
26
TARGET_ENVIRONMENT=staging
27
- build-platforms: "linux/amd64"
28
- push-to: dockerhub
+ # build-platforms: "linux/amd64"
+ # push-to: dockerhub
29
# This passes the secrets from calling workflow to the called workflow
30
secrets:
31
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
0 commit comments