Skip to content
This repository was archived by the owner on Aug 5, 2025. It is now read-only.

Commit c4f7380

Browse files
committed
switch from semver to pep440
1 parent 67797a8 commit c4f7380

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212

1313
env:
1414
REGISTRY: ghcr.io
15-
15+
https://docs.docker.com/build/ci/github-actions/share-image-jobs/
1616
jobs:
1717
build:
1818
name: Build Image
@@ -68,8 +68,7 @@ jobs:
6868
tags: |
6969
type=ref,event=branch
7070
type=ref,event=pr
71-
type=semver,pattern={{version}}
72-
type=semver,pattern={{major}}.{{minor}}
71+
type=pep440,pattern={{version}}
7372
7473
- name: Build and push Docker image
7574
uses: docker/build-push-action@v5

0 commit comments

Comments
 (0)