Skip to content

Commit

Permalink
Remove login
Browse files Browse the repository at this point in the history
  • Loading branch information
dippynark committed Jan 1, 2024
1 parent d7c4fe3 commit d5deff1
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d5deff1

Please sign in to comment.