From 0ef9a5294148eb8e53eaa696af9ebb63b7e36c75 Mon Sep 17 00:00:00 2001 From: austins Date: Sat, 12 Aug 2023 14:40:32 -0700 Subject: [PATCH] Update workflows --- .github/workflows/deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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