Skip to content

Commit

Permalink
self-hosted runners & docker compose test
Browse files Browse the repository at this point in the history
  • Loading branch information
kimdozzi committed May 16, 2024
1 parent cc7bbf3 commit 6deef6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Docker Image Build and Push
uses: docker/build-push-action@v2
Expand Down

0 comments on commit 6deef6b

Please sign in to comment.