Skip to content

Commit

Permalink
ci: fix ghcr slug
Browse files Browse the repository at this point in the history
Signed-off-by: David van der Spek <vanderspek.david@gmail.com>
  • Loading branch information
davidspek committed Nov 2, 2023
1 parent bd17d09 commit 8158186
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -11,7 +11,7 @@ on:
pull_request:

env:
GHCR_SLUG: ghcr.io/${{ github.repository }}/distribution
GHCR_SLUG: ghcr.io/${{ github.repository }}

permissions:
contents: read # to fetch code (actions/checkout)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch: # allow a release to be triggered manually

env:
GHCR_SLUG: ghcr.io/${{ github.repository_owner }}/distribution
GHCR_SLUG: ghcr.io/${{ github.repository }}
DOCKERHUB_SLUG: distribution/distribution

permissions:
Expand Down

0 comments on commit 8158186

Please sign in to comment.