diff --git a/.github/workflows/cnspec.yaml b/.github/workflows/cnspec.yaml index 5e1fc5cc4..3731ea7b1 100644 --- a/.github/workflows/cnspec.yaml +++ b/.github/workflows/cnspec.yaml @@ -75,8 +75,8 @@ jobs: with: context: . file: cnspec.Dockerfile - build-args: VERSION=${{ env.VERSION }} - platforms: linux/amd64,linux/arm64,linux/arm + build-args: VERSION=${{ env.VERSION }}${{ matrix.suffix }} + platforms: linux/amd64,linux/arm64 push: true labels: ${{ steps.meta.outputs.labels }} tags: ${{ steps.meta.outputs.tags }} \ No newline at end of file