Skip to content

Commit

Permalink
Update docker-publish.yml
Browse files Browse the repository at this point in the history
provenance=false (PR #28 )
  • Loading branch information
tomdess committed Aug 21, 2023
1 parent 6ec105c commit 263086c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,12 @@ jobs:
# Build and push Docker image with Buildx (don't push on PR)
# https://github.com/docker/build-push-action
- name: Build and push Docker image
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
uses: docker/build-push-action@v4
with:
context: .
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
platforms: linux/amd64,linux/arm64
provenance: false
outputs: type=image,name=target,annotation-index.org.opencontainers.image.description=Dockerized HAProxy with Lets Encrypt certificates automatic renewal

0 comments on commit 263086c

Please sign in to comment.