From 81b0bb9b85b23f85c69097163a12e93e5c19f610 Mon Sep 17 00:00:00 2001 From: Linus Dietz <45101649+Dielee@users.noreply.github.com> Date: Mon, 19 Jun 2023 12:25:06 +0200 Subject: [PATCH] remove unused step --- .github/workflows/build_image.yml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.github/workflows/build_image.yml b/.github/workflows/build_image.yml index 8558da1..ce784f5 100644 --- a/.github/workflows/build_image.yml +++ b/.github/workflows/build_image.yml @@ -43,22 +43,6 @@ jobs: uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7 with: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} - - name: Docker meta - id: meta_id # you'll use this in the next step - uses: docker/metadata-action@v3 - with: - # list of Docker images to use as base name for tags - images: | - ghcr.io/dielee/volvo2mqtt - # Docker tags based on the following events/attributes - tags: | - type=schedule - type=ref,event=branch - type=ref,event=pr - type=semver,pattern={{version}} - type=semver,pattern={{major}}.{{minor}} - type=semver,pattern={{major}} - type=sha - name: Build and push uses: docker/build-push-action@v2 with: