Skip to content

Commit 202d513

Browse files
authored
fix image tag suffix (#9)
1 parent bfd9ab3 commit 202d513

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-base-image.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ jobs:
4848
type=ref,event=branch
4949
type=ref,event=tag
5050
type=ref,event=pr
51-
type=raw,value=${{ matrix.python-version }},enable={{is_default_branch}}
52-
type=raw,value=latest,enable=${{ github.ref_name == github.event.repository.default_branch && matrix.python-version == '3.8' }}
53-
type=edge,branch=main,enable=false
51+
type=raw,value=${{ matrix.python-version }},suffix=,enable={{is_default_branch}}
52+
type=raw,value=latest,suffix=,enable=${{ github.ref_name == github.event.repository.default_branch && matrix.python-version == '3.8' }}
53+
type=edge,branch=main
5454
images: |
5555
name=${{ secrets.DOCKER_USERNAME }}/python-base-eval-layer,enable=false
5656
name=ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}

0 commit comments

Comments
 (0)