Skip to content

Commit

Permalink
Update publish-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberbuff authored Oct 23, 2023
1 parent 69c4ab4 commit a9f6895
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Login to Docker Hub
uses: docker/login-action@v2
with:
username: redcanary
username: svcdockerhubatomicredteam
password: ${{ secrets.DOCKER_TOKEN }}
- name: Docker Build
run: |
Expand All @@ -58,7 +58,7 @@ jobs:
- name: Login to Docker Hub
uses: docker/login-action@v2
with:
username: redcanary
username: svcdockerhubatomicredteam
password: ${{ secrets.DOCKER_TOKEN }}
- name: Docker Manifest
run: |
Expand Down

0 comments on commit a9f6895

Please sign in to comment.