diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3ab6ce6..cd1b18b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -227,14 +227,6 @@ jobs: echo "version=${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.version'] }}" echo "revision=${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.revision'] }}" echo "created=${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.created'] }}" - - - name: JSON build arg - uses: docker/build-push-action@v3 - with: - context: ./test - file: ./test/json.Dockerfile - build-args: | - BUILDINFO=${{ steps.meta.outputs.json }} docker-push: runs-on: ubuntu-latest diff --git a/test/json.Dockerfile b/test/json.Dockerfile deleted file mode 100644 index 8eb4e75..0000000 --- a/test/json.Dockerfile +++ /dev/null @@ -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