Skip to content

Commit

Permalink
Update docker-build-push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
westsurname authored May 15, 2024
1 parent 319b089 commit f04f328
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ jobs:
matrix:
include:
- dockerfile: ./Dockerfile.blackhole
image: ghcr.io/${{ github.repository_owner }}/blackhole
image: ghcr.io/${{ github.repository }}/blackhole
- dockerfile: ./Dockerfile.watchlist
image: ghcr.io/${{ github.repository_owner }}/watchlist
image: ghcr.io/${{ github.repository }}/watchlist
- dockerfile: ./Dockerfile.plex_authentication
image: ghcr.io/${{ github.repository_owner }}/plex_authentication
image: ghcr.io/${{ github.repository }}/plex_authentication
- dockerfile: ./Dockerfile.plex_request
image: ghcr.io/${{ github.repository_owner }}/plex_request
image: ghcr.io/${{ github.repository }}/plex_request
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down

0 comments on commit f04f328

Please sign in to comment.