From b79ccda8c85bbc8f8e1aaddebf1b52502b8839e5 Mon Sep 17 00:00:00 2001 From: Hunia Fatima Date: Wed, 23 Oct 2024 16:50:09 +0500 Subject: [PATCH] fix: triggering workflow --- .github/workflows/push-docker-images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push-docker-images.yml b/.github/workflows/push-docker-images.yml index e0068d7..f079921 100644 --- a/.github/workflows/push-docker-images.yml +++ b/.github/workflows/push-docker-images.yml @@ -57,7 +57,7 @@ jobs: with: file: ./dockerfiles/${{matrix.images.image_name}}.Dockerfile push: true - no-cache: 'true' + no-cache: true platforms: ${{ matrix.images.platform }} target: ${{ matrix.images.target }} tags: edxops/${{matrix.images.image_name}}-dev:${{ steps.get-tag-name.outputs.result }}