Skip to content

Commit

Permalink
Fix repo filters for real this time
Browse files Browse the repository at this point in the history
  • Loading branch information
phenixblue committed Oct 10, 2020
1 parent c99c73a commit 0fcdda3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-image-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v2

- name: Push release tag to Docker Hub
if: github.repository == 'phenixblue/imageswap'
if: github.repository == 'phenixblue/imageswap-webhook'
timeout-minutes: 10
uses: docker/build-push-action@v1
with:
Expand All @@ -28,7 +28,7 @@ jobs:
tag_with_ref: true

- name: Push imageswap-init image to DockerHub using latest tag
if: github.repository == 'phenixblue/imageswap'
if: github.repository == 'phenixblue/imageswap-webhook'
timeout-minutes: 10
uses: docker/build-push-action@v1
with:
Expand All @@ -49,7 +49,7 @@ jobs:
uses: actions/checkout@v2

- name: Push release tag to Docker Hub
if: github.repository == 'phenixblue/imageswap'
if: github.repository == 'phenixblue/imageswap-webhook'
timeout-minutes: 10
uses: docker/build-push-action@v1
with:
Expand All @@ -60,7 +60,7 @@ jobs:
tag_with_ref: true

- name: Push imageswap-init image to DockerHub using latest tag
if: github.repository == 'phenixblue/imageswap'
if: github.repository == 'phenixblue/imageswap-webhook'
timeout-minutes: 10
uses: docker/build-push-action@v1
with:
Expand Down

0 comments on commit 0fcdda3

Please sign in to comment.