Skip to content

Commit aae1069

Browse files
committed
disables builder-base-gcloud build for now because of ubuntu python 3.12
1 parent 920b7e6 commit aae1069

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

.github/workflows/images.yaml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -106,22 +106,22 @@ jobs:
106106
cache-to: type=gha,mode=max
107107
build-contexts: |
108108
yolean/builder-base=docker-image://ghcr.io/yolean/builder-base
109-
-
110-
name: Build and push builder-base-gcloud latest
111-
uses: docker/build-push-action@v5
112-
env:
113-
SOURCE_DATE_EPOCH: 0
114-
with:
115-
context: builder-base-gcloud
116-
tags: |
117-
ghcr.io/yolean/builder-base-gcloud:latest
118-
ghcr.io/yolean/builder-base-gcloud:${{ github.sha }}
119-
platforms: linux/amd64,linux/arm64/v8
120-
push: true
121-
cache-from: type=gha
122-
cache-to: type=gha,mode=max
123-
build-contexts: |
124-
yolean/builder-base=docker-image://ghcr.io/yolean/builder-base
109+
# -
110+
# name: Build and push builder-base-gcloud latest
111+
# uses: docker/build-push-action@v5
112+
# env:
113+
# SOURCE_DATE_EPOCH: 0
114+
# with:
115+
# context: builder-base-gcloud
116+
# tags: |
117+
# ghcr.io/yolean/builder-base-gcloud:latest
118+
# ghcr.io/yolean/builder-base-gcloud:${{ github.sha }}
119+
# platforms: linux/amd64,linux/arm64/v8
120+
# push: true
121+
# cache-from: type=gha
122+
# cache-to: type=gha,mode=max
123+
# build-contexts: |
124+
# yolean/builder-base=docker-image://ghcr.io/yolean/builder-base
125125
-
126126
name: Build and push builder-tooling latest
127127
uses: docker/build-push-action@v5

0 commit comments

Comments
 (0)