mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-06-19 17:38:43 +02:00
Updated building images workflow
This commit is contained in:
parent
5f096cab2d
commit
1303e11230
4
.github/workflows/images_build.yml
vendored
4
.github/workflows/images_build.yml
vendored
@ -357,8 +357,8 @@ jobs:
|
|||||||
labels: |
|
labels: |
|
||||||
org.opencontainers.image.revision=${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.revision'] }}
|
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'] }}
|
org.opencontainers.image.created=${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.created'] }}
|
||||||
cache-from: ${{ toJSON(steps.cache_data.outputs.cache_from) }}
|
cache-from: ${{ steps.cache_data.outputs.cache_from }}
|
||||||
cache-to: ${{ toJSON(steps.cache_data.outputs.cache_to) }}
|
cache-to: ${{ steps.cache_data.outputs.cache_to }}
|
||||||
|
|
||||||
- name: Sign the images with GitHub OIDC Token
|
- name: Sign the images with GitHub OIDC Token
|
||||||
if: ${{ env.AUTO_PUSH_IMAGES }}
|
if: ${{ env.AUTO_PUSH_IMAGES }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user