diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5f2dcdfa..e7fcdf8c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: # optionally test/build across multiple platforms/Go-versions - go-version: ['1.22'] # '1.16', '1.17', '1.18, + go-version: ["1.22"] # '1.16', '1.17', '1.18, platform: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.platform }} steps: @@ -80,10 +80,11 @@ jobs: - name: Build and push uses: docker/build-push-action@v3 with: + context: . file: .github/Dockerfile platforms: linux/amd64,linux/arm64,linux/ppc64le,linux/386,linux/arm/v7,linux/arm/v6 push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} cache-from: type=gha - cache-to: type=gha,mode=max \ No newline at end of file + cache-to: type=gha,mode=max