mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-02-23 21:30:52 +01:00
Updated building images workflow
This commit is contained in:
parent
1303e11230
commit
858aeb1947
8
.github/workflows/images_build.yml
vendored
8
.github/workflows/images_build.yml
vendored
@ -345,6 +345,14 @@ jobs:
|
||||
echo "cache_from=$cache_from" >> $GITHUB_OUTPUT
|
||||
echo "cache_to=$cache_to" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Prepare cache data
|
||||
env:
|
||||
CACHE_FROM: ${{ steps.cache_data.outputs.cache_from }}
|
||||
PLATFORMS: ${{ steps.platform.outputs.list }}
|
||||
run: |
|
||||
echo "$CACHE_FROM"
|
||||
echo "$PLATFORMS"
|
||||
|
||||
- name: Build and publish image
|
||||
id: docker_build
|
||||
uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5.1.0
|
||||
|
Loading…
Reference in New Issue
Block a user