File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed
Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments