Skip to content

Commit

Permalink
Merge pull request #53 from ternaustralia/edmond/entrypoint-update
Browse files Browse the repository at this point in the history
Set docker/build-push-action provenance value to false
  • Loading branch information
edmondchuc authored Jan 27, 2023
2 parents bc4aacc + 50b9d49 commit b394a3d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ jobs:
# Building for arm requires building wheels, takes too long.
# platforms: linux/amd64,linux/arm64
push: true
provenance: false
tags: ${{ env.IMAGE_NAME }}:${{ steps.patch.outputs.patch }}-${{ steps.hash.outputs.value }}
build-args: |
LINKEDDATA_API_VERSION=${{ steps.patch.outputs.patch }}-${{ steps.hash.outputs.value }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
context: .
platforms: linux/amd64,linux/arm64
push: true
provenance: false
tags: ${{ steps.metadata.outputs.tags }}
build-args: |
LINKEDDATA_API_VERSION=${{ steps.metadata.outputs.version }}
Expand Down
5 changes: 0 additions & 5 deletions tests/test_import_models.py

This file was deleted.

0 comments on commit b394a3d

Please sign in to comment.