From 2b75a2f97aa8faa98475caccacf6ad675abf0bca Mon Sep 17 00:00:00 2001 From: suyiiyii Date: Tue, 21 Jan 2025 20:49:33 +0800 Subject: [PATCH] =?UTF-8?q?ci:=E4=BF=AE=E6=AD=A3=20yq=E5=91=BD=E4=BB=A4?= =?UTF-8?q?=E4=B8=AD=E6=A0=87=E7=AD=BE=E5=80=BC=E7=9A=84=E5=BC=95=E7=94=A8?= =?UTF-8?q?-=20=E5=B0=86=20yq=20=E5=91=BD=E4=BB=A4=E4=B8=AD=E7=9A=84=20'${?= =?UTF-8?q?{=20needs.build.outputs.meta.outputs.tags=20}}'=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E4=B8=BA=20'${{=20needs.build.steps.meta.outputs.tags?= =?UTF-8?q?=20}}'-=20=E6=AD=A4=E4=BF=AE=E6=94=B9=E8=A7=A3=E5=86=B3?= =?UTF-8?q?=E4=BA=86=E6=A0=87=E7=AD=BE=E5=80=BC=E5=BC=95=E7=94=A8=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E5=AF=BC=E8=87=B4=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/docker-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index e7adbf1..153f541 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -156,7 +156,7 @@ jobs: if: github.event_name == 'push' uses: mikefarah/yq@master with: - cmd: yq eval '.tag = "${{ needs.build.outputs.meta.outputs.tags }}"' -i values.yaml + cmd: yq eval '.tag = "${{ needs.build.steps.meta.outputs.tags }}"' -i values.yaml - name: Git Auto Commit if: github.event_name == 'push' uses: stefanzweifel/git-auto-commit-action@v5.0.1