Skip to content

Commit

Permalink
chore: use docker-meta version
Browse files Browse the repository at this point in the history
  • Loading branch information
ChibangLW committed Jun 18, 2022
1 parent 89b7fa6 commit 8d94621
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Expand Up @@ -90,7 +90,7 @@ jobs:
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache-new
build-args: |
VERSION=${{ github.ref_name }}
VERSION=${{ steps.meta.outputs.version }}
- name: Prepare cache for next build
run: |
rm -rf /tmp/.buildx-cache
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
cache-from: type=local,src=/tmp/.buildx-cache-debug
cache-to: type=local,dest=/tmp/.buildx-cache-debug-new
build-args: |
VERSION=${{ github.ref_name }}
VERSION=${{ steps.meta-debug.outputs.version }}
- name: Prepare cache for next build
run: |
rm -rf /tmp/.buildx-cache-debug
Expand Down Expand Up @@ -222,7 +222,7 @@ jobs:
cache-from: type=local,src=/tmp/.buildx-cache-alpine
cache-to: type=local,dest=/tmp/.buildx-cache-alpine-new
build-args: |
VERSION=${{ github.ref_name }}
VERSION=${{ steps.meta-alpine.outputs.version }}
- name: Prepare cache for next build
run: |
rm -rf /tmp/.buildx-cache-alpine
Expand Down

0 comments on commit 8d94621

Please sign in to comment.