Skip to content

Commit b7863c2

Browse files
authored
Merge pull request #164 from redcanaryco/cyberbuff-patch-1
Update dockerhub username
2 parents 69c4ab4 + a9f6895 commit b7863c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Login to Docker Hub
3838
uses: docker/login-action@v2
3939
with:
40-
username: redcanary
40+
username: svcdockerhubatomicredteam
4141
password: ${{ secrets.DOCKER_TOKEN }}
4242
- name: Docker Build
4343
run: |
@@ -58,7 +58,7 @@ jobs:
5858
- name: Login to Docker Hub
5959
uses: docker/login-action@v2
6060
with:
61-
username: redcanary
61+
username: svcdockerhubatomicredteam
6262
password: ${{ secrets.DOCKER_TOKEN }}
6363
- name: Docker Manifest
6464
run: |

0 commit comments

Comments
 (0)