diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 943f413..fd500c1 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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