From 0eb47d3c6c807fad2f96cbf657d86fbe9f2ef71b Mon Sep 17 00:00:00 2001 From: Quinten <67589015+QuintenQVD0@users.noreply.github.com> Date: Fri, 21 Jul 2023 19:13:54 +0200 Subject: [PATCH] Update games.yml --- .github/workflows/games.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/games.yml b/.github/workflows/games.yml index 60633d0..fa01c03 100644 --- a/.github/workflows/games.yml +++ b/.github/workflows/games.yml @@ -48,7 +48,7 @@ jobs: strategy: fail-fast: false matrix: - tag: + game: - minetest steps: - uses: actions/checkout@v3 @@ -66,8 +66,8 @@ 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: |