Skip to content

Commit

Permalink
ci : publish the docker images created during scheduled runs (ggergan…
Browse files Browse the repository at this point in the history
  • Loading branch information
slaren authored and arthw committed Dec 20, 2024
1 parent 058dba3 commit 4d773f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
swap-storage: true

- name: Build and push Docker image (tagged + versioned)
if: github.event_name == 'push'
if: ${{ github.event_name == 'push' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' }}
uses: docker/build-push-action@v6
with:
context: .
Expand Down

0 comments on commit 4d773f4

Please sign in to comment.