From 50d79dbd252989221953afb7c0e693726567337b Mon Sep 17 00:00:00 2001 From: kaznak Date: Thu, 14 Dec 2023 12:08:30 +0900 Subject: [PATCH] fix --- .github/workflows/build.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 95dcd7a..ae49c60 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -60,12 +60,6 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - - name: debug - env: - tags: ${{ join(matrix.tags) }} - run: | - echo $tags - - name: Build and load uses: docker/build-push-action@v5 with: @@ -97,4 +91,4 @@ jobs: file: ${{ matrix.files.dockerfile }} platforms: ${{ matrix.platforms }} push: true - tags: ${{ env.TAGS }} + tags: ${{ join(matrix.tags) }}