Skip to content

Commit

Permalink
remove unused build arg from docker build action
Browse files Browse the repository at this point in the history
  • Loading branch information
dshiell committed Jan 23, 2024
1 parent de7381f commit 947c07d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,5 @@ jobs:
provenance: false
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
build-args: |
BUILD_TAGS=noproof
cache-from: type=registry,ref=${{ env.IMAGE_NAME }}:buildcache
cache-to: type=registry,ref=${{ env.IMAGE_NAME }}:buildcache,mode=max

0 comments on commit 947c07d

Please sign in to comment.