From d3f3e0d6a5ccb8910cf74b834cf0a517564a80d5 Mon Sep 17 00:00:00 2001 From: Hartorn Date: Thu, 19 Sep 2024 16:14:30 +0200 Subject: [PATCH] Fix workflow file --- .github/workflows/python.yml | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index dc78268..83a1720 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -29,15 +29,8 @@ jobs: id: meta uses: docker/metadata-action@v5 with: - # V2.0.0b24 does not respect semver, or whatever - # Let's just use regex - # https://github.com/docker/metadata-action#typematch images: | ${{ env.REGISTRY_IMAGE_PREFIX }}${{ matrix.element }} - # flavor: | - # latest=${{ github.ref_type == 'tag' }} - # tags: | - # type=raw,enable=true,value=${{ env.VERSION_NUMBER }} - name: Login to Docker registry uses: docker/login-action@v3 @@ -51,22 +44,7 @@ jobs: uses: docker/build-push-action@v5 with: context: ./${{ matrix.element }} - target: prod push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} platforms: linux/amd64 - # outputs: type=image,name=${{ env.REGISTRY_IMAGE_BACKEND }},push-by-digest=true,name-canonical=true,push=true - - # merge: - # runs-on: ubuntu-latest - # if: github.ref_type == 'tag' - # needs: - # - build - # steps: - # - name: Create Github Release - # id: github-release - # uses: softprops/action-gh-release@v2 - # with: - # tag_name: ${{ github.ref_name }} - # generate_release_notes: true