diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2fe23d4..53b5378 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -87,7 +87,6 @@ jobs: build-args: | GOOS=${{ env.GOOS }} GOARCH=${{ env.GOARCH }} - tags: | - ghcr.io/${{ github.repository }}/ingest:latest + tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} timeout-minutes: 10