Skip to content

Commit

Permalink
Merge branch 'main' of github.com:ARG-NCTU/oop-proj-hello-mario into …
Browse files Browse the repository at this point in the history
…main
  • Loading branch information
Brian2074 committed Nov 11, 2024
2 parents ef3a1cb + 11fc630 commit 13727bb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ jobs:
steps:
# Step 1: Check out the repository
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

# Step 2: Log in to Docker Hub
- name: Log in to Docker Hub
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: "brian247" # Docker Hub username stored in secrets
password: "Lian238@Docker" # Docker Hub password stored in secrets
username: ${{ secrets.DOCKER_USERNAME }} # Docker Hub username stored in secrets
password: ${{ secrets.DOCKER_PASSWORD }} # Docker Hub password stored in secrets

# Step 3: Build Docker image
- name: Build Docker image
Expand Down

0 comments on commit 13727bb

Please sign in to comment.