mirror of
https://gitea.smigz.com/smiggiddy/odin-codeprojects.git
synced 2025-06-27 11:20:40 -04:00
back_to_that_state
This commit is contained in:
parent
98665c5b49
commit
4b1c77f275
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -69,7 +69,7 @@ jobs:
|
|||
docker buildx build \
|
||||
--push \
|
||||
-t $IMAGE_TAG_LATEST \
|
||||
-f ./devops/Dockerfile \
|
||||
-f ${{ matrix.project }}/devops/Dockerfile \
|
||||
--build-arg TARGET_REVISION=$(git rev-parse HEAD) \
|
||||
--cache-from type=gha \
|
||||
--cache-to type=gha,mode=max \
|
||||
|
@ -80,7 +80,7 @@ jobs:
|
|||
docker buildx build \
|
||||
--push \
|
||||
-t $IMAGE_TAG_LATEST \
|
||||
-f ./devops/Dockerfile \
|
||||
-f ${{ matrix.project }}/devops/Dockerfile \
|
||||
--build-arg TARGET_REVISION=$(git rev-parse HEAD) \
|
||||
--cache-from type=gha \
|
||||
--cache-to type=gha,mode=max \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue