mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-01-23 13:58:47 +01:00
Merge pull request #1198 from zabbix/trunk_workflow
Updated building images workflow
This commit is contained in:
commit
b9d664e1b3
4
.github/workflows/images_build.yml
vendored
4
.github/workflows/images_build.yml
vendored
@ -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: ${{ steps.cache_data.outputs.cache_from }}
|
||||
cache-to: ${{ steps.cache_data.outputs.cache_to }}
|
||||
cache-from: ${{ fromJSON(steps.cache_data.outputs.cache_from) }}
|
||||
cache-to: ${{ fromJSON(steps.cache_data.outputs.cache_to) }}
|
||||
|
||||
- name: Sign the images with GitHub OIDC Token
|
||||
if: ${{ env.AUTO_PUSH_IMAGES }}
|
||||
|
Loading…
Reference in New Issue
Block a user