From 0ba963b5b7d06b33a58326b629f538eec7329f09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Ch=C4=99ci=C5=84ski?= Date: Fri, 13 Oct 2023 20:28:16 +0200 Subject: [PATCH] Fix the Unified beta tag (#162) --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index aec192c..0eca8ab 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: 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: |