Skip to content

Commit

Permalink
Merge pull request #258 from crazy-max/ci-fix-json-job
Browse files Browse the repository at this point in the history
ci: update json job
  • Loading branch information
CrazyMax authored and GitHub committed Jan 17, 2023
2 parents 507c2f2 + 235beca commit 6c3ca5d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 0 additions & 6 deletions test/json.Dockerfile

This file was deleted.

0 comments on commit 6c3ca5d

Please sign in to comment.