From c381ce964921102af5920e4fc61d61fe78ca7a9f Mon Sep 17 00:00:00 2001 From: 4l3j0Ok Date: Wed, 29 Nov 2023 03:17:53 -0300 Subject: [PATCH] removed old statements --- .github/workflows/build.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index ff4fcc5..a47e34c 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -27,7 +27,6 @@ jobs: type=ref,event=branch type=ref,event=pr type=semver,pattern={{version}} - type=semver,pattern={{major}}.{{minor}} images: | alejoide/bcra-scraper-api - @@ -35,7 +34,5 @@ jobs: uses: docker/build-push-action@v5 with: context: ./backend - tag_with_ref: true - tag_with_sha: true tags: ${{ steps.meta.outputs.tags }} push: true