Skip to content

Commit

Permalink
Add image description output (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
danfromtitan committed Oct 25, 2023
1 parent 624bc39 commit 8681825
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ jobs:
provenance: false
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
outputs: type=image,name=target,annotation-index.org.opencontainers.image.description=Export container environment variables from K8s node labels

- id: image-output
run: |
Expand Down
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@ FROM scratch

ARG TARGETOS
ARG TARGETARCH

COPY target/envars-webhook_${TARGETOS}_${TARGETARCH} /envars-webhook
ENTRYPOINT ["/envars-webhook"]

0 comments on commit 8681825

Please sign in to comment.