diff --git a/.github/workflows/build_image.yml b/.github/workflows/build_image.yml index e12eae1..9a87a46 100644 --- a/.github/workflows/build_image.yml +++ b/.github/workflows/build_image.yml @@ -49,5 +49,3 @@ jobs: context: . platforms: linux/amd64,linux/arm/v7 push: ${{ github.event_name != 'pull_request' }} - tags: ${{ steps..outputs.tags }} - labels: ${{ steps..outputs.labels }}