Skip to content

Commit

Permalink
refactor ci
Browse files Browse the repository at this point in the history
  • Loading branch information
meisam committed Jun 4, 2023
1 parent 11dedf5 commit 3ce6427
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .woodpecker/.ci_containers.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
matrix:
CONTAINER_BASE:
CI_CONTAINER_BASE:
- ubuntu.16.04
- ubuntu.22.04
- almalinux.8.7
Expand All @@ -9,10 +9,10 @@ pipeline:
build:
image: gcr.io/kaniko-project/executor:debug
commands:
- /kaniko/executor --context . --dockerfile ci/dockerfile.${CONTAINER_BASE} --destination "ttl.sh/${CI_COMMIT_SHA}.${CONTAINER_BASE}:1h" --reproducible --use-new-run
- /kaniko/executor --context . --dockerfile ci/dockerfile.${CI_CONTAINER_BASE} --destination "ttl.sh/${CI_COMMIT_SHA}.${CI_CONTAINER_BASE}:1h" --reproducible --use-new-run
when:
path:
include: [ 'ci/dockerfile.${CONTAINER_BASE}', '.woodpecker/.ci_containers.yml' ]
include: [ 'ci/dockerfile.${CI_CONTAINER_BASE}', '.woodpecker/.ci_containers.yml' ]

when:
path:
Expand Down

0 comments on commit 3ce6427

Please sign in to comment.