ci : publish the docker images created during scheduled runs

This commit is contained in:
slaren 2024-11-26 13:00:05 +01:00
parent 25669aa92c
commit 9c88b91b45

View file

@ -114,7 +114,7 @@ jobs:
swap-storage: true swap-storage: true
- name: Build and push Docker image (tagged + versioned) - 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 uses: docker/build-push-action@v6
with: with:
context: . context: .