Skip to content

Commit 411c89c

Browse files
authored
Merge pull request #15 from samply/chore/update-dev-ci
chore(ci): update dev ci to new ci pipeline by using default arguments
2 parents 63fd9a8 + 1e350fe commit 411c89c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-develop.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
image-name: "samply/eucaim-frontend"
2525
build-args: |
2626
TARGET_ENVIRONMENT=staging
27-
build-platforms: "linux/amd64"
28-
push-to: dockerhub
27+
# build-platforms: "linux/amd64"
28+
# push-to: dockerhub
2929
# This passes the secrets from calling workflow to the called workflow
3030
secrets:
3131
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}

0 commit comments

Comments
 (0)