Updated building images workflow

This commit is contained in:
Alexey Pustovalov 2024-02-17 22:20:47 +09:00
parent b42231c45d
commit 0fbb448376

View File

@ -348,10 +348,10 @@ jobs:
- name: Prepare cache data
env:
CACHE_FROM: ${{ steps.cache_data.outputs.cache_from }}
PLATFORMS: ${{ steps.platform.outputs.list }}
PLATFORMS: ${{ steps.meta.outputs.tags }}
run: |
echo "$CACHE_FROM"
echo "$PLATFORMS"
echo "'$PLATFORMS'"
- name: Build and publish image
id: docker_build