We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a7d98c1 + d1d6a58 commit b90609aCopy full SHA for b90609a
.github/workflows/docker.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
steps:
17
- uses: actions/checkout@v6
18
- - run: echo ${{ secrets.GITHUB_TOKEN }} | docker login docker.pkg.github.com -u doerfli --password-stdin
+ - run: echo ${{ secrets.GITHUB_TOKEN }} | docker login ghcr.io -u doerfli --password-stdin
19
- uses: rlespinasse/github-slug-action@v2.x
20
- - run: docker build -f Dockerfile -t docker.pkg.github.com/doerfli/reeper/reeper:${{ env.GITHUB_REF_SLUG }} .
21
- - run: docker push docker.pkg.github.com/doerfli/reeper/reeper:${{ env.GITHUB_REF_SLUG }}
+ - run: docker build -f Dockerfile -t ghcr.io/doerfli/reeper/reeper:${{ env.GITHUB_REF_SLUG }} .
+ - run: docker push ghcr.io/doerfli/reeper/reeper:${{ env.GITHUB_REF_SLUG }}
0 commit comments