Skip to content

Commit

Permalink
don't login to dockerhub
Browse files Browse the repository at this point in the history
  • Loading branch information
5u6r054 committed Jun 19, 2024
1 parent 51c9614 commit 1ba227b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

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

- name: Build and Run Docker Compose
run: |
docker compose build
Expand Down

0 comments on commit 1ba227b

Please sign in to comment.