Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 72ebde31ce |
@@ -71,6 +71,7 @@ jobs:
|
|||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
no-cache: ${{ github.event_name == 'schedule' || inputs.force_rebuild }}
|
no-cache: ${{ github.event_name == 'schedule' || inputs.force_rebuild }}
|
||||||
|
pull: true # Always pull fresh base images to get latest security patches
|
||||||
build-args: |
|
build-args: |
|
||||||
VERSION=security-scan
|
VERSION=security-scan
|
||||||
BUILD_DATE=${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.created'] }}
|
BUILD_DATE=${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.created'] }}
|
||||||
|
|||||||
Reference in New Issue
Block a user