From a9bd9b9df261bc8e54c870fdd224c67a697b1588 Mon Sep 17 00:00:00 2001 From: xia0o0o0o <22996989+KpwnZ@users.noreply.github.com> Date: Thu, 9 May 2024 22:00:21 -0700 Subject: [PATCH] ci: push to ghcr --- .github/workflows/ci.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4051e18b..0e127a55 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,12 +51,6 @@ jobs: - name: Docker setup Buildx uses: docker/setup-buildx-action@v3 - - name: Login to Docker Hub - uses: docker/login-action@v3 - with: - username: gztime - password: ${{ secrets.DOCKER_PASSWORD }} - - name: Login to GitHub Container Registry uses: docker/login-action@v3 with: @@ -70,7 +64,6 @@ jobs: with: images: | ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}/gzctf - gztime/gzctf flavor: | latest=${{ startsWith(github.ref, 'refs/tags/v') && !contains(github.ref, '-') }} tags: |