Skip to content

Commit

Permalink
githubactions: fix image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
yas-nyan committed Jul 14, 2022
1 parent 5c9e198 commit 203288a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,4 @@ jobs:
uses: docker/build-push-action@v3
with:
push: true
tags:
- ghcr.io/wide-vsix/bgprecorder:latest
- ghcr.io/wide-vsix/bgprecorder:${{ github.event.inputs.version }}
tags: ghcr.io/wide-vsix/bgprecorder:latest , ghcr.io/wide-vsix/bgprecorder:${{ github.event.inputs.version }}

0 comments on commit 203288a

Please sign in to comment.