fix: Build step on security-analysis
This commit is contained in:
5
.github/workflows/security-analysis.yml
vendored
5
.github/workflows/security-analysis.yml
vendored
@@ -45,9 +45,10 @@ jobs:
|
|||||||
file: ./Dockerfile
|
file: ./Dockerfile
|
||||||
cache-from: |
|
cache-from: |
|
||||||
type=local,src=${{ env.CACHE_PATH }}
|
type=local,src=${{ env.CACHE_PATH }}
|
||||||
ghcr.io/cdalvaro/docker-salt-master:${{ github.sha }}
|
ghcr.io/cdalvaro/docker-salt-master:latest
|
||||||
cache-to: type=local,dest=${{ env.CACHE_PATH }}
|
cache-to: type=local,dest=${{ env.CACHE_PATH }}
|
||||||
push: false
|
load: true
|
||||||
|
tags: ghcr.io/cdalvaro/docker-salt-master:${{ github.sha }}
|
||||||
|
|
||||||
- name: Download and tag latest image
|
- name: Download and tag latest image
|
||||||
if: github.event_name == 'schedule'
|
if: github.event_name == 'schedule'
|
||||||
|
|||||||
Reference in New Issue
Block a user