We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b162afb + 12c504b commit 9abfcdaCopy full SHA for 9abfcda
.github/workflows/docker.yml
@@ -38,8 +38,8 @@ jobs:
38
file: .github/Dockerfile
39
push: true
40
tags: |
41
- yourDockerHubUser/autoshow:latest
42
- yourDockerHubUser/autoshow:${{ github.sha }}
+ ajcwebdev/autoshow:latest
+ ajcwebdev/autoshow:${{ github.sha }}
43
44
- name: Build and push to GHCR
45
uses: docker/build-push-action@v3
@@ -48,5 +48,5 @@ jobs:
48
49
50
51
- ghcr.io/yourGitHubUser/autoshow:latest
52
- ghcr.io/yourGitHubUser/autoshow:${{ github.sha }}
+ ghcr.io/ajcwebdev/autoshow:latest
+ ghcr.io/ajcwebdev/autoshow:${{ github.sha }}
0 commit comments