mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-06-20 09:57:43 +02:00
Updated building images workflow
This commit is contained in:
parent
bf6472036e
commit
d3d07ceb7c
4
.github/workflows/images_build.yml
vendored
4
.github/workflows/images_build.yml
vendored
@ -368,7 +368,6 @@ jobs:
|
|||||||
|
|
||||||
cache_from=$(printf '%s\n' "${cache_from[@]}")
|
cache_from=$(printf '%s\n' "${cache_from[@]}")
|
||||||
cache_to=$(printf '%s\n' "${cache_to[@]}")
|
cache_to=$(printf '%s\n' "${cache_to[@]}")
|
||||||
mkdir -p /tmp/.buildx-base-cache
|
|
||||||
|
|
||||||
echo 'cache_from<<EOF' >> "$GITHUB_OUTPUT"
|
echo 'cache_from<<EOF' >> "$GITHUB_OUTPUT"
|
||||||
echo "$cache_from" >> "$GITHUB_OUTPUT"
|
echo "$cache_from" >> "$GITHUB_OUTPUT"
|
||||||
@ -404,6 +403,7 @@ 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: ${{ steps.cache_data.outputs.cache_from }}
|
||||||
|
|
||||||
- name: Sign the images with GitHub OIDC Token
|
- name: Sign the images with GitHub OIDC Token
|
||||||
if: ${{ env.AUTO_PUSH_IMAGES == 'true' }}
|
if: ${{ env.AUTO_PUSH_IMAGES == 'true' }}
|
||||||
@ -649,6 +649,7 @@ 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: ${{ steps.cache_data.outputs.cache_from }}
|
||||||
|
|
||||||
- name: Sign the images with GitHub OIDC Token
|
- name: Sign the images with GitHub OIDC Token
|
||||||
if: ${{ env.AUTO_PUSH_IMAGES == 'true' }}
|
if: ${{ env.AUTO_PUSH_IMAGES == 'true' }}
|
||||||
@ -782,6 +783,7 @@ jobs:
|
|||||||
pubmirror1.math.uh.edu:443
|
pubmirror1.math.uh.edu:443
|
||||||
pubmirror3.math.uh.edu:80
|
pubmirror3.math.uh.edu:80
|
||||||
quay.io:443
|
quay.io:443
|
||||||
|
ghcr.io:443
|
||||||
registry-1.docker.io:443
|
registry-1.docker.io:443
|
||||||
repo.ialab.dsu.edu:80
|
repo.ialab.dsu.edu:80
|
||||||
repos.eggycrew.com:80
|
repos.eggycrew.com:80
|
||||||
|
Loading…
x
Reference in New Issue
Block a user