Skip to content

Commit

Permalink
🚧 Attempt to set provenance: false to fix building
Browse files Browse the repository at this point in the history
  • Loading branch information
TheFlash787 committed May 15, 2023
1 parent 725de3e commit 154e544
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,11 @@ jobs:
- name: Build and Push
uses: docker/build-push-action@v4
with:
provenance: false
context: .
platforms: linux/amd64
push: true
build-args: |
JAVA_VERSION=17
file: .docker/Dockerfile
tags: ${{ vars.DOCKER_PRIVATE_REGISTRY }}/${{ env.REPO }}/server:${{ github.ref_name }}-jdk17
tags: ${{ vars.DOCKER_PRIVATE_REGISTRY }}/${{ env.REPO }}/server:${{ github.ref_name }}-jdk17

0 comments on commit 154e544

Please sign in to comment.