Skip to content

Commit

Permalink
Merge pull request #40 from phenixblue/fix-image-build
Browse files Browse the repository at this point in the history
Fix image build repo filter
  • Loading branch information
phenixblue authored Jul 14, 2021
2 parents e8371f3 + 2056989 commit bfeb9f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-image-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_PASSWORD }}

- name: Build and push imageswap-init image to DockerHub
if: github.repository == 'phenixblue/imageswap'
if: github.repository == 'phenixblue/imageswap-webhook'
timeout-minutes: 30
uses: docker/build-push-action@v2
with:
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_PASSWORD }}

- name: Build and push imageswap image to DockerHub
if: github.repository == 'phenixblue/imageswap'
if: github.repository == 'phenixblue/imageswap-webhook'
timeout-minutes: 30
uses: docker/build-push-action@v2
with:
Expand Down

0 comments on commit bfeb9f2

Please sign in to comment.