mirror of
https://github.com/whyvl/wireproxy.git
synced 2025-05-05 18:57:37 +02:00
Support env lookup for some values
This commit is contained in:
parent
e749217090
commit
7b7d9db560
3 changed files with 48 additions and 14 deletions
1
.github/workflows/container.yml
vendored
1
.github/workflows/container.yml
vendored
|
@ -59,6 +59,7 @@ jobs:
|
|||
docker buildx build \
|
||||
--platform "$BUILD_PLATFORMS" \
|
||||
--tag "$CONTAINER_NAME:$CONTAINER_TAG" \
|
||||
--tag "$CONTAINER_NAME:$GITHUB_SHA" \
|
||||
--label "org.opencontainers.image.source=${{ github.server_url }}/${{ github.repository }}" \
|
||||
--label "org.opencontainers.image.documentation=${{ github.server_url }}/${{ github.repository }}" \
|
||||
--label "org.opencontainers.image.url=${{ github.server_url }}/${{ github.repository }}/packages" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue