mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2024-12-27 16:59:08 +01:00
Update CI.yml
This commit is contained in:
parent
4ae75eb8f1
commit
f7bd28e47f
6
.github/workflows/CI.yml
vendored
6
.github/workflows/CI.yml
vendored
@ -76,7 +76,7 @@ jobs:
|
||||
|
||||
echo ::set-output name=list::${DOCKER_PLATFORM}
|
||||
|
||||
- name: Prepare environment
|
||||
- name: Prepare environment (push)
|
||||
if: github.event_name == 'push'
|
||||
id: prepare_push
|
||||
run: |
|
||||
@ -110,7 +110,7 @@ jobs:
|
||||
${TAGS} \
|
||||
--file ./${{ matrix.build }}/${{ matrix.os }}/Dockerfile ./${{ matrix.build }}/${{ matrix.os }}
|
||||
|
||||
- name: Prepare environment
|
||||
- name: Prepare environment (release)
|
||||
if: github.event_name == 'release' && github.event.action == 'created'
|
||||
id: prepare_release
|
||||
run: |
|
||||
@ -139,7 +139,7 @@ jobs:
|
||||
$TAGS \
|
||||
--file ./${{ matrix.build }}/${{ matrix.os }}/Dockerfile ./${{ matrix.build }}/${{ matrix.os }}
|
||||
|
||||
- name: Prepare environment output
|
||||
- name: Continue
|
||||
run: |
|
||||
echo "::warning push - ${{ steps.prepare_push.outputs.buildx_args }}"
|
||||
echo "::warning release - ${{ steps.prepare_release.outputs.buildx_args }}"
|
||||
|
Loading…
Reference in New Issue
Block a user