Updated building images workflow

This commit is contained in:
Alexey Pustovalov 2024-02-17 19:45:58 +09:00
parent 13bbcc1cd8
commit edcb787809

View File

@ -355,8 +355,8 @@ jobs:
labels: |
org.opencontainers.image.revision=${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.revision'] }}
org.opencontainers.image.created=${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.created'] }}
cache-from: ${{ fromJSON(steps.cache_data.outputs.cache_from) }}
cache-to: ${{ fromJSON(steps.cache_data.outputs.cache_to) }}
cache-from: ${{ toJSON(steps.cache_data.outputs.cache_from) }}
cache-to: ${{ toJSON(steps.cache_data.outputs.cache_to) }}
- name: Sign the images with GitHub OIDC Token
if: ${{ env.AUTO_PUSH_IMAGES }}