diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 604cf01..24a346b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -48,16 +48,6 @@ jobs: uses: docker/setup-qemu-action@v3 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 - # - name: Login to Docker Hub - # uses: docker/login-action@v3 - # # Do not login to Docker Hub for forked repositories since secrets are not available: - # # https://docs.github.com/en/actions/security-guides/using-secrets-in-github-actions#using-secrets-in-a-workflow - # # if: ${{ ! github.event.pull_request.head.repo.fork }} - # with: - # # We use a GitHub variable to store the Docker Hub username to avoid outputs being skipped - # # for containing secrets: https://docs.github.com/en/actions/learn-github-actions/variables - # username: ${{ vars.DOCKERHUB_USERNAME }} - # password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Build and push uses: docker/build-push-action@v5 id: docker-build-push