Skip to content

Commit

Permalink
fix tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
ukitomato committed Dec 9, 2021
1 parent 7aa69aa commit 6a468f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
context: ./
target: vscode
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ env.IMAGE_NAME }}:${{ steps.meta.outputs.version }}-vscode
tags: ghcr.io/${{ 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 6a468f0

Please sign in to comment.