Skip to main content
Sign in
Snippets Groups Projects
Commit 7505d7be authored by Cédric Moreau's avatar Cédric Moreau
Browse files

always run + fix '--layers'

parent 9e551ef9
No related branches found
No related tags found
No related merge requests found
Pipeline #33352 failed
...@@ -145,9 +145,9 @@ test_release: ...@@ -145,9 +145,9 @@ test_release:
create_release: create_release:
stage: test_deploy stage: test_deploy
rules: rules:
- when: manual - when: always
script: script:
- docker build --layers --tag "$IMAGE_NAME:$IMAGE_TAG" -f docker/Dockerfile --platform linux/amd64 . - docker build --tag "$IMAGE_NAME:$IMAGE_TAG" -f docker/Dockerfile --platform linux/amd64 .
artifacts: artifacts:
name: "Artifact 1" name: "Artifact 1"
paths: paths:
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment