mirror of
https://code.forgejo.org/docker/metadata-action.git
synced 2025-06-27 21:05:53 +00: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:
parent
507c2f2dc5
commit
235becadd8
2 changed files with 0 additions and 14 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue