From f22b73dd94c3434b6ce093bb1b205bae3c5f3106 Mon Sep 17 00:00:00 2001 From: Andreas Heinrich Date: Fri, 5 Jul 2024 09:41:44 +0200 Subject: [PATCH] hopefully a fix Signed-off-by: Andreas Heinrich --- .github/workflows/deploy-docker-images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-docker-images.yml b/.github/workflows/deploy-docker-images.yml index 0cb69bf..3011bb7 100644 --- a/.github/workflows/deploy-docker-images.yml +++ b/.github/workflows/deploy-docker-images.yml @@ -28,7 +28,7 @@ jobs: - build-env-base - dev-env-base - build-kit - uses: everest/everest-ci/.github/workflows/deploy-single-docker-image.yml@v1.1.0 + uses: ./.github/workflows/deploy-single-docker-image.yml with: force_rebuild: ${{ inputs.force_rebuild || (github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/' )) || false }} image_name: ${{ matrix.image_name }}