Skip to content

Commit

Permalink
Feat(CI): choose GHCR repository according to current user/repository
Browse files Browse the repository at this point in the history
  • Loading branch information
almereyda committed May 11, 2024
1 parent d1229cf commit dc94e02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
context: ./context/plugins
file: Dockerfile.debian
build-args: |
BASE_IMAGE=ghcr.io/allmende/pretalx
BASE_IMAGE=ghcr.io/${{ github.repository_owner }}/pretalx
BASE_TAG=latest
secrets: inherit
call-build-and-push-ref:
Expand All @@ -63,6 +63,6 @@ jobs:
file: Dockerfile.debian
ref: ${{ inputs.ref }}
build-args: |
BASE_IMAGE=ghcr.io/allmende/pretalx
BASE_IMAGE=ghcr.io/${{ github.repository_owner }}/pretalx
BASE_TAG=latest
secrets: inherit

0 comments on commit dc94e02

Please sign in to comment.