We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dee46f9 commit 782ed62Copy full SHA for 782ed62
1 file changed
.github/workflows/deploy.yml
@@ -10,8 +10,8 @@ jobs:
10
steps:
11
- uses: actions/checkout@v2
12
- name: Build the Docker image
13
- run: docker build . --file Dockerfile --tag ghcr.io/krisdb2009/smtp2graph:latest
+ run: docker build . --file Dockerfile --tag ghcr.io/belowaverage-org/smtp2graph:latest
14
- name: Login
15
run: echo ${{ secrets.GITHUB_TOKEN }} | docker login ghcr.io -u krisdb2009 --password-stdin
16
- name: Publish the Docker image
17
- run: docker push ghcr.io/krisdb2009/smtp2graph:latest
+ run: docker push ghcr.io/belowaverage-org/smtp2graph:latest
0 commit comments