From 666eda99d07aee32e976ff58356f9969640110c8 Mon Sep 17 00:00:00 2001 From: Linus Dietz <45101649+Dielee@users.noreply.github.com> Date: Mon, 19 Jun 2023 11:50:01 +0200 Subject: [PATCH] Update build_image.yml --- .github/workflows/build_image.yml | 2 -- 1 file changed, 2 deletions(-) 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 }}