Skip to content

Commit 884eb50

Browse files
authored
Update Docker image references in workflow
1 parent 4930bb2 commit 884eb50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker_github.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
images: |
4040
pymmdrza/pyexplorer
41-
ghcr.io/${{ github.repository_owner }}/pyexplorer
41+
ghcr.io/pymmdrza/pyexplorer
4242
4343
# Push and Build
4444
- name: Build and push Docker image
@@ -48,5 +48,5 @@ jobs:
4848
push: true
4949
tags: |
5050
pymmdrza/pyexplorer:latest
51-
ghcr.io/${{ github.repository_owner }}/pyexplorer:latest
51+
ghcr.io/pymmdrza/pyexplorer:latest
5252
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)