testing
Some checks failed
ci/woodpecker/push/keycloak Pipeline failed

This commit is contained in:
June 2024-07-27 19:08:50 +02:00
parent 024f28b7e1
commit 5ebf3f40b8
Signed by: june
SSH key fingerprint: SHA256:o9EAq4Y9N9K0pBQeBTqhSDrND5E7oB+60ZNx0U1yPe0

View file

@ -25,14 +25,27 @@ steps:
image: alpine
commands:
- mkdir /woodpecker/images
- name: test
image: debian
commands:
- echo "miau" > test
- name: test-2
image: debian
environment:
MY_COOL_TEST_VAR: test
entrypoint:
- /usr/bin/cat
- $${MY_COOL_TEST_VAR}"
- name: build-image
image: gcr.io/kaniko-project/executor
environment:
MY_COOL_TEST_VAR: 25.0
entrypoint:
- /kaniko/executor
- --context=dir:///woodpecker/src/keycloak
- --dockerfile=./Containerfile
- --build-arg=TAG=${KEYCLOAK_VERSION}
- --destination=${IMAGE_NAME}:${KEYCLOAK_VERSION}
- --build-arg=TAG=$${MY_COOL_TEST_VAR}
- --destination=${IMAGE_NAME}:$${MY_COOL_TEST_VAR}
- --no-push
- --tar-path=/woodpecker/images/keycloak.tar
- name: publish-image