From 25ca155c2b1a6ceae705c9ef0d800afd87d34617 Mon Sep 17 00:00:00 2001 From: Hunia Fatima Date: Wed, 23 Oct 2024 17:08:13 +0500 Subject: [PATCH] fix: triggering workflow 1 --- .github/workflows/push-docker-images.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/push-docker-images.yml b/.github/workflows/push-docker-images.yml index f079921..04e34e9 100644 --- a/.github/workflows/push-docker-images.yml +++ b/.github/workflows/push-docker-images.yml @@ -58,7 +58,6 @@ jobs: file: ./dockerfiles/${{matrix.images.image_name}}.Dockerfile push: 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 }}