Skip to content

Commit

Permalink
fix(ci): docker-image remove cache and arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
shirok1 committed Jan 31, 2024
1 parent 9b51a0b commit 66302e3
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Cache Docker layers
uses: actions/cache@v4
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }}
restore-keys: |
${{ runner.os }}-buildx-
- name: Set up QEMU
uses: docker/setup-qemu-action@v3

Expand Down Expand Up @@ -75,12 +67,10 @@ jobs:
context: ./${{ matrix.context }}
target: final
builder: ${{ steps.buildx.outputs.name }}
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache
build-args: |
VERSION=${{ steps.git-describe.outputs.VERSION }}
Expand Down

0 comments on commit 66302e3

Please sign in to comment.