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