mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-06-21 18:31:30 +02:00
Removed cache for base images
This commit is contained in:
parent
a3107c7031
commit
3976b96c74
2
.github/workflows/images_build.yml
vendored
2
.github/workflows/images_build.yml
vendored
@ -389,8 +389,6 @@ 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 }}
|
|
||||||
cache-to: ${{ steps.cache_data.outputs.cache_to }}
|
|
||||||
|
|
||||||
- name: Scan for vulnerabilities
|
- name: Scan for vulnerabilities
|
||||||
uses: crazy-max/ghaction-container-scan@v3
|
uses: crazy-max/ghaction-container-scan@v3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user