Updated building images workflow

This commit is contained in:
Alexey Pustovalov 2024-02-17 20:24:58 +09:00
parent 1303e11230
commit 858aeb1947

View File

@ -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