Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ChibangLW committed Jun 18, 2022
1 parent d4a550b commit 89b7fa6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
platforms: linux/amd64,linux/arm64
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache-new
build-args: |
build-args: |
VERSION=${{ github.ref_name }}
- name: Prepare cache for next build
run: |
Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:
platforms: linux/amd64,linux/arm64
cache-from: type=local,src=/tmp/.buildx-cache-debug
cache-to: type=local,dest=/tmp/.buildx-cache-debug-new
build-args: |
build-args: |
VERSION=${{ github.ref_name }}
- name: Prepare cache for next build
run: |
Expand Down Expand Up @@ -221,7 +221,7 @@ jobs:
platforms: linux/amd64,linux/arm64
cache-from: type=local,src=/tmp/.buildx-cache-alpine
cache-to: type=local,dest=/tmp/.buildx-cache-alpine-new
build-args: |
build-args: |
VERSION=${{ github.ref_name }}
- name: Prepare cache for next build
run: |
Expand Down

0 comments on commit 89b7fa6

Please sign in to comment.