Skip to content

Commit 1ce396f

Browse files
authored
Update docker-image.yml
1 parent 9f71a9b commit 1ce396f

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,10 @@ jobs:
3838
flavor: |
3939
latest=false
4040
tags: |
41-
type=semver,pattern=v{{major}}
4241
type=semver,pattern=v{{version}}
42+
type=semver,pattern=v{{major}}
4343
type=semver,pattern=v{{major}}.{{minor}}
4444
type=semver,pattern=latest
45-
labels: |
46-
org.opencontainers.image.title={{ env.IMAGE_NAME }}
47-
org.opencontainers.image.version=v{{version}}
48-
org.opencontainers.image.authors={{ env.USERNAME }}
49-
org.opencontainers.image.licenses="MIT"
50-
org.opencontainers.image.url="https://github.com/{{ env.IMAGE_NAME }}"
51-
org.opencontainers.image.source="https://github.com/{{ env.IMAGE_NAME }}"
5245
5346
- name: Build and Push Image
5447
uses: docker/build-push-action@v6

0 commit comments

Comments
 (0)