Skip to content

Commit

Permalink
turn off buildx?
Browse files Browse the repository at this point in the history
  • Loading branch information
rahearn committed Dec 17, 2024
1 parent 4691d97 commit 189cc02
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
# Set up BuildKit Docker container builder to be able to build
# multi-platform images and export cache
# https://github.com/docker/setup-buildx-action
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3.0.0
# - name: Set up Docker Buildx
# uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3.0.0

- name: Extract Docker metadata
id: meta
Expand All @@ -44,8 +44,6 @@ jobs:
push: false
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
outputs: type=docker,dest=/tmp/myimage.tar

- name: Upload artifact
Expand Down Expand Up @@ -82,8 +80,8 @@ jobs:
# Set up BuildKit Docker container builder to be able to build
# multi-platform images and export cache
# https://github.com/docker/setup-buildx-action
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3.0.0
# - name: Set up Docker Buildx
# uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3.0.0

- name: Extract Docker metadata - glr variant
id: meta-glr
Expand All @@ -104,5 +102,3 @@ jobs:
push: false
tags: ${{ steps.meta-glr.outputs.tags }}
labels: ${{ steps.meta-glr.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit 189cc02

Please sign in to comment.