From 9c8a219dbdd3676bcfc6cd4c94109416288a6455 Mon Sep 17 00:00:00 2001 From: Bill Wang Date: Thu, 3 Oct 2024 13:48:04 +1000 Subject: [PATCH] test with Github action --- .github/workflows/build.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e675f1f..a19169d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -73,8 +73,10 @@ jobs: - name: Checkout code uses: actions/checkout@v2 - - run: pwd && find . && bash ./test.sh ${{ env.IMAGE_NAME }}/${{ steps.meta.outputs.tags }} - name: check the platform in multi-arch images + - name: check the platform in multi-arch images + run: | + echo ${{ steps.meta.outputs.tags }} + bash ./test.sh ${{ steps.meta.outputs.tags }} - name: set tags run: |