feat: Improve build step for publish workflow
This commit is contained in:
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@@ -123,7 +123,9 @@ jobs:
|
|||||||
build-args: |
|
build-args: |
|
||||||
VCS_REF=${{ needs.metadata.outputs.vcs_ref }}
|
VCS_REF=${{ needs.metadata.outputs.vcs_ref }}
|
||||||
BUILD_DATE=${{ needs.metadata.outputs.created_on }}
|
BUILD_DATE=${{ needs.metadata.outputs.created_on }}
|
||||||
cache-from: type=local,src=${{ env.CACHE_PATH }}
|
cache-from: |
|
||||||
|
type=local,src=${{ env.CACHE_PATH }}
|
||||||
|
ghcr.io/cdalvaro/docker-salt-master:latest
|
||||||
cache-to: type=local,dest=${{ env.CACHE_PATH }}
|
cache-to: type=local,dest=${{ env.CACHE_PATH }}
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ needs.metadata.outputs.tags }}
|
tags: ${{ needs.metadata.outputs.tags }}
|
||||||
|
|||||||
Reference in New Issue
Block a user