diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a15dd7c..37463fa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,6 @@ jobs: docker: strategy: matrix: - tag: [ amd64, arm64, arm-v7 ] os: [ linux/amd64, linux/arm64, linux/arm/v7 ] runs-on: ubuntu-latest steps: @@ -28,5 +27,5 @@ jobs: uses: docker/build-push-action@v6 with: push: true - tags: iantorres/boosted:${{ matrix.tag }} + tags: iantorres/boosted:latest platforms: ${{ matrix.os }} \ No newline at end of file