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) }}