diff --git a/.github/workflows/games.yml b/.github/workflows/games.yml index c2090db..733d44a 100644 --- a/.github/workflows/games.yml +++ b/.github/workflows/games.yml @@ -43,17 +43,17 @@ jobs: tags: | ghcr.io/parkervcp/games:${{ matrix.game }} pushAll: - name: "games_All:${{ matrix.tag }}" + name: "games_All:${{ matrix.game }}" runs-on: ubuntu-latest strategy: fail-fast: false matrix: - tag: + game: - minetest steps: - uses: actions/checkout@v3 - name: Set up QEMU - uses: docker/setup-qemu-action@2 + uses: docker/setup-qemu-action@v2 with: platforms: arm64,amd64 - uses: docker/setup-buildx-action@v2 @@ -66,9 +66,9 @@ jobs: password: ${{ secrets.REGISTRY_TOKEN }} - uses: docker/build-push-action@v4 with: - context: ./games/${{ matrix.tag }} - file: ./games/${{ matrix.tag }}/Dockerfile + context: ./games/${{ matrix.game }} + file: ./games/${{ matrix.game }}/Dockerfile platforms: linux/amd64,linux/arm64 push: true tags: | - ghcr.io/parkervcp/games:${{ matrix.game }} \ No newline at end of file + ghcr.io/parkervcp/games:${{ matrix.game }}