summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDaniel <[email protected]>2024-07-04 20:57:49 +0300
committerGitHub <[email protected]>2024-07-04 19:57:49 +0200
commitd9835f530ccbb2d56376abae6ce9a29558a3ccec (patch)
treea3d15ae89ac6aeb58d3120c7c6198f84c468c827 /.github
parentbd9196417050c154526c1b8b82c997b4a582a8d2 (diff)
downloadvaultwarden-d9835f530ccbb2d56376abae6ce9a29558a3ccec.tar.gz
vaultwarden-d9835f530ccbb2d56376abae6ce9a29558a3ccec.zip
Remove duplicate registry step (#4703)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index b7eb5564..f4b5e276 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -129,12 +129,6 @@ jobs:
run: |
echo "CONTAINER_REGISTRIES=${CONTAINER_REGISTRIES:+${CONTAINER_REGISTRIES},}${{ vars.GHCR_REPO }}" | tee -a "${GITHUB_ENV}"
- - name: Add registry for ghcr.io
- if: ${{ env.HAVE_GHCR_LOGIN == 'true' }}
- shell: bash
- run: |
- echo "CONTAINER_REGISTRIES=${CONTAINER_REGISTRIES:+${CONTAINER_REGISTRIES},}${{ vars.GHCR_REPO }}" | tee -a "${GITHUB_ENV}"
-
# Login to Quay.io
- name: Login to Quay.io
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2.0