Skip to content

Commit

Permalink
remove login
Browse files Browse the repository at this point in the history
  • Loading branch information
raissabrizeno committed Aug 9, 2024
1 parent e93570a commit a131d29
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,6 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

- name: Log in to Docker Hub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Build and push Docker image
uses: docker/build-push-action@v5
with:
Expand Down

0 comments on commit a131d29

Please sign in to comment.