Skip to content

Commit

Permalink
fix tag&cache
Browse files Browse the repository at this point in the history
  • Loading branch information
ukitomato committed Dec 9, 2021
1 parent f79c17f commit 7aa69aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
context: ./
target: vscode
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ env.IMAGE_NAME }}:${{ env.GITHUB_REF }}-vscode
tags: ${{ env.IMAGE_NAME }}:${{ steps.meta.outputs.version }}-vscode
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
context: ./
target: vscode
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}-vscode
tags: ${{ env.IMAGE_NAME }}:${{ steps.meta.outputs.version }}-vscode
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache

0 comments on commit 7aa69aa

Please sign in to comment.