Browse Source

Fix the Unified beta tag (#162)

pull/163/head
Michał Chęciński 2 years ago committed by GitHub
parent
commit
0ba963b5b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/release.yml

4
.github/workflows/release.yml

@ -279,7 +279,7 @@ jobs: @@ -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
@ -289,7 +289,7 @@ jobs: @@ -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: |

Loading…
Cancel
Save