Skip to content

Commit c9e6dba

Browse files
committed
chore: override url oci label
1 parent a366901 commit c9e6dba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/maven-bump-push-dockerhub.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ jobs:
120120
type=semver,pattern={{version}},value=${{ needs.build.outputs.new_tag }}
121121
labels: |
122122
org.opencontainers.image.authors=${{ github.event.repository.owner.html_url }}#group-members
123+
org.opencontainers.image.url=https://hub.docker.com/r/${{ inputs.image_name }}
123124
124125
- name: Build and push image
125126
id: docker_build_push

0 commit comments

Comments
 (0)