From c733b505ea92b51a6060822c3b465ea9b4f29dba Mon Sep 17 00:00:00 2001 From: Rizky Maulana Nugraha Date: Tue, 7 Sep 2021 17:08:49 +0700 Subject: [PATCH] remove target attribute for docker build --- .github/workflows/build-image-latest.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build-image-latest.yaml b/.github/workflows/build-image-latest.yaml index c0308f9..b53d44f 100644 --- a/.github/workflows/build-image-latest.yaml +++ b/.github/workflows/build-image-latest.yaml @@ -46,7 +46,6 @@ jobs: with: context: docker-${{ matrix.component }} push: true - target: prod tags: ${{ secrets.DOCKERHUB_REPO }}/docker-osm:${{ matrix.component }}-latest cache-from: | type=gha,scope=prod