Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

Commit

Permalink
Fix docker tag version in workflow (#973)
Browse files Browse the repository at this point in the history
  • Loading branch information
vgrassia authored and joseph-flinn committed May 12, 2021
1 parent 11b9672 commit 1659446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:

- name: Tag version
if: github.event_name == 'release'
run: docker tag bitwarden/web:$($env:RELEASE_TAG_NAME.trimStart('v'))
run: docker tag bitwarden/web bitwarden/web:$($env:RELEASE_TAG_NAME.trimStart('v'))
shell: pwsh
env:
RELEASE_TAG_NAME: ${{ github.event.release.tag_name }}
Expand Down

0 comments on commit 1659446

Please sign in to comment.