mirror of
https://github.com/Icinga/docker-icingaweb2.git
synced 2025-10-23 13:00:59 +02:00
Update action.yml
This commit is contained in:
parent
97521858bd
commit
01e7d543c2
@ -27,7 +27,7 @@ runs:
|
||||
docker tag icinga/icingaweb2 "icinga/icingaweb2:$TAG"
|
||||
docker push "icinga/icingaweb2:$TAG"
|
||||
|
||||
- if: github.event_name == 'workflow_dispatch' || github.event_name == 'schedule'
|
||||
- if: github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' || github.event_name == 'push'
|
||||
shell: bash
|
||||
run: |
|
||||
TAG=master
|
||||
@ -35,7 +35,7 @@ runs:
|
||||
docker tag icinga/icingaweb2 "icinga/icingaweb2:$TAG"
|
||||
docker push "icinga/icingaweb2:$TAG"
|
||||
|
||||
- if: github.event_name != 'release' && github.event_name != 'workflow_dispatch' && github.event_name != 'schedule'
|
||||
- if: github.event_name != 'release' && github.event_name != 'workflow_dispatch' && github.event_name != 'schedule' && github.event_name != 'push'
|
||||
shell: bash
|
||||
run: |
|
||||
'${{ github.action_path }}/build.bash' . snapshot
|
||||
|
Loading…
x
Reference in New Issue
Block a user