Tweak the build workflow
All checks were successful
Build and push container image / build (push) Successful in 37s
All checks were successful
Build and push container image / build (push) Successful in 37s
This commit is contained in:
parent
75ec7a54a9
commit
02c06d7f1c
@ -35,3 +35,6 @@ jobs:
|
|||||||
tags: ${{ secrets.DOCKER_REGISTRY }}/toast/corn-utility:main
|
tags: ${{ secrets.DOCKER_REGISTRY }}/toast/corn-utility:main
|
||||||
cache-from: type=registry,ref=${{ secrets.DOCKER_REGISTRY }}/toast/corn-utility:main
|
cache-from: type=registry,ref=${{ secrets.DOCKER_REGISTRY }}/toast/corn-utility:main
|
||||||
cache-to: type=inline
|
cache-to: type=inline
|
||||||
|
build-args: |
|
||||||
|
COMMIT_SHA=$(git rev-parse --short HEAD)
|
||||||
|
CACHE_BUST=${COMMIT_SHA}
|
||||||
|
Reference in New Issue
Block a user