Skip to content

Commit 0f86757

Browse files
committed
fix
1 parent 736eb02 commit 0f86757

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
org.opencontainers.image.authors=${{ env.IMAGE_AUTHORS }}
8484
org.opencontainers.image.vendor=${{ env.IMAGE_VENDOR }}
8585
org.opencontainers.image.licenses=${{ env.IMAGE_LICENSES }}
86-
org.opencontainers.image.url=${{ steps.image_meta.outputs.dockerfile_url }}
86+
org.opencontainers.image.url=${{ github.repositoryUrl }}/test-app/Dockerfile
8787
org.opencontainers.image.documentation=https://github.com/${{ github.repository }}/blob/main/docs/README.md
8888
org.opencontainers.image.base.name=${{ steps.base_image.outputs.name }}
8989
org.opencontainers.image.base.digest=${{ steps.base_image.outputs.digest }}

0 commit comments

Comments
 (0)