Skip to content

Commit

Permalink
disables builder-base-gcloud build for now because of ubuntu python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
solsson committed Nov 28, 2024
1 parent 920b7e6 commit aae1069
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,22 +106,22 @@ jobs:
cache-to: type=gha,mode=max
build-contexts: |
yolean/builder-base=docker-image://ghcr.io/yolean/builder-base
-
name: Build and push builder-base-gcloud latest
uses: docker/build-push-action@v5
env:
SOURCE_DATE_EPOCH: 0
with:
context: builder-base-gcloud
tags: |
ghcr.io/yolean/builder-base-gcloud:latest
ghcr.io/yolean/builder-base-gcloud:${{ github.sha }}
platforms: linux/amd64,linux/arm64/v8
push: true
cache-from: type=gha
cache-to: type=gha,mode=max
build-contexts: |
yolean/builder-base=docker-image://ghcr.io/yolean/builder-base
# -
# name: Build and push builder-base-gcloud latest
# uses: docker/build-push-action@v5
# env:
# SOURCE_DATE_EPOCH: 0
# with:
# context: builder-base-gcloud
# tags: |
# ghcr.io/yolean/builder-base-gcloud:latest
# ghcr.io/yolean/builder-base-gcloud:${{ github.sha }}
# platforms: linux/amd64,linux/arm64/v8
# push: true
# cache-from: type=gha
# cache-to: type=gha,mode=max
# build-contexts: |
# yolean/builder-base=docker-image://ghcr.io/yolean/builder-base
-
name: Build and push builder-tooling latest
uses: docker/build-push-action@v5
Expand Down

0 comments on commit aae1069

Please sign in to comment.