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: |