Skip to content

Commit

Permalink
Merge pull request #91 from ajcwebdev/ajcwebdev-patch-1
Browse files Browse the repository at this point in the history
Fix `docker.yml` workflow
  • Loading branch information
ajcwebdev authored Jan 2, 2025
2 parents b162afb + 12c504b commit 9abfcda
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
file: .github/Dockerfile
push: true
tags: |
yourDockerHubUser/autoshow:latest
yourDockerHubUser/autoshow:${{ github.sha }}
ajcwebdev/autoshow:latest
ajcwebdev/autoshow:${{ github.sha }}
- name: Build and push to GHCR
uses: docker/build-push-action@v3
Expand All @@ -48,5 +48,5 @@ jobs:
file: .github/Dockerfile
push: true
tags: |
ghcr.io/yourGitHubUser/autoshow:latest
ghcr.io/yourGitHubUser/autoshow:${{ github.sha }}
ghcr.io/ajcwebdev/autoshow:latest
ghcr.io/ajcwebdev/autoshow:${{ github.sha }}

0 comments on commit 9abfcda

Please sign in to comment.