Skip to content

Commit

Permalink
Remove 'login to Dockerhub' tasku from ci
Browse files Browse the repository at this point in the history
  • Loading branch information
h-wata committed Feb 14, 2024
1 parent dfbdb23 commit 3c1416f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/noetic-docker-build-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@ jobs:
uses: docker/setup-qemu-action@v1
- name: set up Docker Buildx
uses: docker/setup-buildx-action@v1
- name: login to DockerHub
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: build check
uses: docker/build-push-action@v2
with:
Expand Down

0 comments on commit 3c1416f

Please sign in to comment.