From fa3eb5f656736b5c0c5f4e38b9cdec8b889a5e43 Mon Sep 17 00:00:00 2001 From: whyour Date: Sun, 28 May 2023 19:28:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=89=93=E5=8C=85=20latest?= =?UTF-8?q?=20=E9=95=9C=E5=83=8F=E5=88=86=E6=94=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build_docker_image.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build_docker_image.yml b/.github/workflows/build_docker_image.yml index f18c52b3..23c98b1f 100644 --- a/.github/workflows/build_docker_image.yml +++ b/.github/workflows/build_docker_image.yml @@ -159,6 +159,7 @@ jobs: type=semver,pattern={{version}} type=semver,pattern={{major}}.{{minor}} type=semver,pattern={{major}} + type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'master') }} - name: Set up QEMU uses: docker/setup-qemu-action@v3