Skip to content

Commit 3f62a25

Browse files
committed
Update Docker image tags to use explicit repository owner
1 parent e1c7a88 commit 3f62a25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ jobs:
2727
file: ./Dockerfile
2828
push: true
2929
tags: |
30-
ghcr.io/${{ github.repository_owner }}/portfolio-26-os:latest
31-
ghcr.io/${{ github.repository_owner }}/portfolio-26-os:${{ github.sha }}
30+
ghcr.io/tresillo2017/portfolio-26-os:latest
31+
ghcr.io/tresillo2017/portfolio-26-os:${{ github.sha }}
3232
platforms: linux/amd64

0 commit comments

Comments
 (0)