Skip to content

Commit

Permalink
ci: fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
EvangMM committed Jan 9, 2025
1 parent 80bda8a commit 31af654
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ jobs:
matrix:
include:
- dockerfile: ./Dockerfile/Dockerfile-onbuild-3-9
image: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/python-onbuild
image: ghcr.io/${{ github.repository }}/python-onbuild
tag: 3.9-${{ github.event.release.tag_name }}
latest: 3.9-latest
context: ./
- dockerfile: ./Dockerfile/Dockerfile-onbuild-3-10
image: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/python-onbuild
image: ghcr.io/${{ github.repository }}/python-onbuild
tag: 3.10-${{ github.event.release.tag_name }}
latest: 3.10-latest
context: ./
- dockerfile: ./Dockerfile/Dockerfile-onbuild-3-11
image: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/python-onbuild
image: ghcr.io/${{ github.repository }}/python-onbuild
tag: 3.11-${{ github.event.release.tag_name }}
latest: 3.11-latest
context: ./
Expand Down Expand Up @@ -60,17 +60,17 @@ jobs:
matrix:
include:
- dockerfile: ./Dockerfile/Dockerfile-handler-3-9
image: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/python-runtime
image: ghcr.io/${{ github.repository }}/python-runtime
tag: 3.9-${{ github.event.release.tag_name }}
latest: 3.9-latest
context: ./
- dockerfile: ./Dockerfile/Dockerfile-handler-3-10
image: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/python-runtime
image: ghcr.io/${{ github.repository }}/python-runtime
tag: 3.10-${{ github.event.release.tag_name }}
latest: 3.10-latest
context: ./
- dockerfile: ./Dockerfile/Dockerfile-handler-3-11
image: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/python-runtime
image: ghcr.io/${{ github.repository }}/python-runtime
tag: 3.11-${{ github.event.release.tag_name }}
latest: 3.11-latest
context: ./
Expand Down

0 comments on commit 31af654

Please sign in to comment.