Skip to content

Commit

Permalink
Fix the Unified beta tag (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
michalchecinski committed Oct 13, 2023
1 parent 6943f50 commit 0ba963b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ jobs:
docker tag $_AZ_REGISTRY/self-host:dev bitwarden/self-host:dryrun
else
docker tag $_AZ_REGISTRY/self-host:beta bitwarden/self-host:$_RELEASE_VERSION
# docker tag $_AZ_REGISTRY/self-host:beta bitwarden/self-host:latest # TODO: uncomment this line after GA
docker tag $_AZ_REGISTRY/self-host:beta bitwarden/self-host:beta # TODO: change beta for latest after GA
fi
- name: Push version and latest image
Expand All @@ -289,7 +289,7 @@ jobs:
DOCKER_CONTENT_TRUST_REPOSITORY_PASSPHRASE: ${{ steps.setup-dct.outputs.dct-delegate-repo-passphrase }}
run: |
docker push bitwarden/self-host:$_RELEASE_VERSION
# docker push bitwarden/self-host:latest # TODO: uncomment this line after GA
docker push bitwarden/self-host:beta # TODO: change beta for latest after GA
- name: Log out of Docker and disable Docker Notary
run: |
Expand Down

0 comments on commit 0ba963b

Please sign in to comment.