Skip to content

Commit

Permalink
Switched to company credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNewAutonomy committed Oct 24, 2024
1 parent 5411267 commit a5e4ea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

# Step 4: Log in to DockerHub using the secrets
- name: Log in to DockerHub
run: echo "${{ secrets.TEST_DOCKERHUB_PAT }}" | docker login --username "${{ vars.TEST_DOCKERHUB_USERNAME }}" --password-stdin
run: echo "${{ secrets.TEST_PAT }}" | docker login --username "${{ vars.DOCKERHUB_USERNAME }}" --password-stdin

# Step 5: Build the Docker image using docker-compose
- name: Build Docker image
Expand Down

0 comments on commit a5e4ea9

Please sign in to comment.