Skip to content

Commit

Permalink
perf: remove remote cache
Browse files Browse the repository at this point in the history
  • Loading branch information
hamster1963 committed Oct 23, 2024
1 parent ffbd9c5 commit e1a2a2d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/Deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

# 移除 QEMU 设置步骤,因为我们不再需要模拟
# - name: Set up QEMU
# uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
Expand Down Expand Up @@ -59,8 +55,6 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=registry,ref=${{ env.REGISTRY_IMAGE }}:cache
cache-to: type=inline

changelog:
name: Generate Changelog
Expand Down

0 comments on commit e1a2a2d

Please sign in to comment.