2
0
Fork 0
mirror of https://code.forgejo.org/docker/metadata-action.git synced 2025-09-16 01:36:57 +00:00

Provide outputs as env vars

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2023-01-13 10:45:14 +01:00
parent 05d22bf317
commit 6729545cde
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
5 changed files with 84 additions and 5 deletions

6
test/json.Dockerfile Normal file
View file

@ -0,0 +1,6 @@
# syntax=docker/dockerfile:1
FROM alpine
RUN apk add --no-cache coreutils jq
ARG BUILDINFO
RUN printenv BUILDINFO
RUN echo $BUILDINFO | jq