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 e1c7a88 commit 3f62a25Copy full SHA for 3f62a25
.github/workflows/deploy.yml
@@ -27,6 +27,6 @@ jobs:
27
file: ./Dockerfile
28
push: true
29
tags: |
30
- ghcr.io/${{ github.repository_owner }}/portfolio-26-os:latest
31
- ghcr.io/${{ github.repository_owner }}/portfolio-26-os:${{ github.sha }}
+ ghcr.io/tresillo2017/portfolio-26-os:latest
+ ghcr.io/tresillo2017/portfolio-26-os:${{ github.sha }}
32
platforms: linux/amd64
0 commit comments