Skip to content

Commit

Permalink
chore(ci): re-enable DOCKER_BUILD_SUMMARY (#783)
Browse files Browse the repository at this point in the history
  • Loading branch information
programmer04 authored Oct 24, 2024
1 parent c5cd6fb commit 5b16b96
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/__build-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -188,14 +188,12 @@ jobs:
${{ env.TAGS_STANDARD }}${{ env.TAGS_SUPPLEMENTAL }}
flavor: latest=${{ inputs.latest }},suffix=-${{ matrix.arch }}

- uses: docker/setup-buildx-action@v3

# Setup Golang to use go pkg cache which is utilized in Dockerfile's cache mount.
- name: Setup golang
uses: actions/setup-go@v5
with:
go-version-file: go.mod

# Path for additional-build-contexts may point to dependencies that are pulled by Go toolchain,
# so we need to download them before building the image.
- name: Set up Go dependencies for additional build contexts
Expand All @@ -208,9 +206,6 @@ jobs:
- name: Build image
id: build
uses: docker/build-push-action@v6.9.0
env:
DOCKER_BUILD_RECORD_UPLOAD: false
DOCKER_BUILD_SUMMARY: false
with:
context: .
build-contexts: ${{ inputs.additional-build-contexts }}
Expand All @@ -226,7 +221,8 @@ jobs:
REPO_INFO=https://github.com/${{ github.repository }}.git
GOPATH=${{ env.GOPATH}}
GOCACHE=${{ env.GOCACHE}}
PAT_GITHUB=${{ secrets.gh-pat }}
secrets: |
pat-github=${{ secrets.gh-pat }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
# Use outputs when push is set to false to allow subsequent steps to have
Expand Down

0 comments on commit 5b16b96

Please sign in to comment.