Skip to content

Commit

Permalink
Fix workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
Hartorn committed Sep 19, 2024
1 parent 23518e8 commit d3f3e0d
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit d3f3e0d

Please sign in to comment.