diff --git a/.github/workflows/images.yaml b/.github/workflows/images.yaml index 6629c85..bbf07d5 100644 --- a/.github/workflows/images.yaml +++ b/.github/workflows/images.yaml @@ -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