Skip to content

Commit

Permalink
Use local workflow for docker
Browse files Browse the repository at this point in the history
  • Loading branch information
reconman committed Mar 15, 2023
1 parent d178149 commit 3560370
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
pylint PlexAniSync.py TautulliSyncHelper.py plexmodule.py anilist.py custom_mappings.py || pylint-exit --error-fail --warn-fail $?
build-docker-plexanisync:
needs: lint
uses: rickdb/plexanisync/.github/workflows/build-docker-image.yml@master
uses: ./.github/workflows/build-docker-image.yml
with:
dockerfile: ./Docker/PlexAniSync/Dockerfile
imagename: ${{ github.repository_owner }}/plexanisync
Expand All @@ -48,7 +48,7 @@ jobs:

build-docker-tautulli:
needs: build-docker-plexanisync
uses: rickdb/plexanisync/.github/workflows/build-docker-image.yml@master
uses: ./.github/workflows/build-docker-image.yml
with:
dockerfile: ./Docker/Tautulli/Dockerfile
imagename: ${{ github.repository_owner }}/tautulli-plexanisync
Expand Down

0 comments on commit 3560370

Please sign in to comment.