Skip to content

Commit

Permalink
Update docker-publish.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
tsubramanian authored Aug 28, 2023
1 parent 1bc1cd1 commit 67887a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,13 @@ jobs:
password: ${{ secrets.GHCR_PAT }}

- name: Push to Docker Hub (Nightly)
if: github.event_name == 'schedule'
if: github.event_name == 'push'
run: bash devops/publish.sh -t nightly ${PUBLISH_IMAGES}
env:
PUBLISH_IMAGES: ${{ matrix.images }} wildbook-ia

- name: Push to GitHub Packages (Nightly)
if: github.event_name == 'schedule'
if: github.event_name == 'push'
run: bash devops/publish.sh -t nightly -r ghcr.io/wildmeorg/wildbook-ia ${PUBLISH_IMAGES}
env:
PUBLISH_IMAGES: ${{ matrix.images }} wildbook-ia
Expand Down

0 comments on commit 67887a8

Please sign in to comment.