mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-06-20 18:07:46 +02:00
Updated building images workflow
This commit is contained in:
parent
b42231c45d
commit
0fbb448376
4
.github/workflows/images_build.yml
vendored
4
.github/workflows/images_build.yml
vendored
@ -348,10 +348,10 @@ jobs:
|
|||||||
- name: Prepare cache data
|
- name: Prepare cache data
|
||||||
env:
|
env:
|
||||||
CACHE_FROM: ${{ steps.cache_data.outputs.cache_from }}
|
CACHE_FROM: ${{ steps.cache_data.outputs.cache_from }}
|
||||||
PLATFORMS: ${{ steps.platform.outputs.list }}
|
PLATFORMS: ${{ steps.meta.outputs.tags }}
|
||||||
run: |
|
run: |
|
||||||
echo "$CACHE_FROM"
|
echo "$CACHE_FROM"
|
||||||
echo "$PLATFORMS"
|
echo "'$PLATFORMS'"
|
||||||
|
|
||||||
- name: Build and publish image
|
- name: Build and publish image
|
||||||
id: docker_build
|
id: docker_build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user