back_to_that_state

This commit is contained in:
Smigz 2025-05-02 22:41:43 +00:00
parent 98665c5b49
commit 4b1c77f275

View file

@ -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 \