mirror of
https://github.com/docker/metadata-action.git
synced 2025-07-04 09:28:24 +02:00
ci: update json job
The step in the json job is no longer necessary since it is already done by the output-env job. Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
@ -1,6 +0,0 @@
|
||||
# syntax=docker/dockerfile:1
|
||||
FROM alpine
|
||||
RUN apk add --no-cache coreutils jq
|
||||
ARG BUILDINFO
|
||||
RUN printenv BUILDINFO
|
||||
RUN echo $BUILDINFO | jq
|
Reference in New Issue
Block a user