Skip to content

Commit 782ed62

Browse files
authored
Update Docker image repository in deploy workflow
1 parent dee46f9 commit 782ed62

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v2
1212
- name: Build the Docker image
13-
run: docker build . --file Dockerfile --tag ghcr.io/krisdb2009/smtp2graph:latest
13+
run: docker build . --file Dockerfile --tag ghcr.io/belowaverage-org/smtp2graph:latest
1414
- name: Login
1515
run: echo ${{ secrets.GITHUB_TOKEN }} | docker login ghcr.io -u krisdb2009 --password-stdin
1616
- name: Publish the Docker image
17-
run: docker push ghcr.io/krisdb2009/smtp2graph:latest
17+
run: docker push ghcr.io/belowaverage-org/smtp2graph:latest

0 commit comments

Comments
 (0)