Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
austins committed Aug 12, 2023
1 parent ef3ad49 commit 0ef9a52
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ jobs:
with:
context: ./
push: true
tags: type=raw,value=latest,enable={{is_default_branch}}
tags: |
type=raw,value=latest,enable={{is_default_branch}}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache-new
Expand Down

0 comments on commit 0ef9a52

Please sign in to comment.