Skip to content

Commit

Permalink
Set eventname
Browse files Browse the repository at this point in the history
  • Loading branch information
reconman committed Mar 15, 2023
1 parent 32d6f9e commit f09bb50
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 @@ -51,7 +51,7 @@ jobs:
with:
dockerfile: ./Docker/PlexAniSync/Dockerfile
imagename: ${{ github.repository_owner }}/plexanisync
push: ${{ github.event_name != 'pull_request' }}
eventname: ${{ github.event_name }}
platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64
secrets: inherit

Expand All @@ -61,6 +61,6 @@ jobs:
with:
dockerfile: ./Docker/Tautulli/Dockerfile
imagename: ${{ github.repository_owner }}/tautulli-plexanisync
push: ${{ github.event_name != 'pull_request' }}
eventname: ${{ github.event_name }}
platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64
secrets: inherit

0 comments on commit f09bb50

Please sign in to comment.