From eaf6a099e80c08e8f47aae414dab9f3ccc23ef06 Mon Sep 17 00:00:00 2001 From: DDSRem <1448139087@qq.com> Date: Sat, 2 Sep 2023 15:21:33 +0800 Subject: [PATCH] ci: fix test --- .github/workflows/test.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a499b8d..1950370 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,6 +18,8 @@ jobs: uses: docker/metadata-action@v4 with: images: ${{ secrets.DOCKER_USERNAME }}/bgmi-all-in-one + tags: | + type=raw,value=test - name: Set Up QEMU @@ -36,8 +38,5 @@ jobs: platforms: | linux/amd64 push: false - tags: | - ${{ secrets.DOCKER_USERNAME }}/bgmi-all-in-one:test - labels: ${{ steps.meta.outputs.labels }} - cache-from: type=gha, scope=${{ github.workflow }} - cache-to: type=gha, scope=${{ github.workflow }} \ No newline at end of file + tags: ${{ steps.meta.outputs.tags }} + labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file