Skip to content

Commit

Permalink
Adjustments to docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikwidlund committed Sep 15, 2021
1 parent e47ef78 commit 5744ee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
build-args: ${{steps.set_version.outputs.no-v}}
build-args: ASSEMBLY_VERSION=${{ steps.set_version.outputs.no-v }}
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max

Expand Down

0 comments on commit 5744ee7

Please sign in to comment.