We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25f51ee commit 3ba349aCopy full SHA for 3ba349a
.gitlab-ci.yml
@@ -55,9 +55,9 @@ image:build:
55
needs: []
56
tags:
57
- container-registry-push
58
- rules:
59
- - if: '$CI_PIPELINE_SOURCE == "schedule"'
60
- - if: '$CI_BUILD_IMAGES == "1"'
+ # rules:
+ # - if: '$CI_PIPELINE_SOURCE == "schedule"'
+ # - if: '$CI_BUILD_IMAGES == "1"'
61
image:
62
name: gcr.io/kaniko-project/executor:debug
63
entrypoint: [ "" ]
docker/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3.9
+FROM python:3.10
2
LABEL Pierre Augier <[email protected]>
3
4
RUN apt-get update
0 commit comments