Skip to content

Commit

Permalink
Update games.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
QuintenQVD0 authored Jul 21, 2023
1 parent a6b6f03 commit 0eb47d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/games.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
strategy:
fail-fast: false
matrix:
tag:
game:
- minetest
steps:
- uses: actions/checkout@v3
Expand All @@ -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: |
Expand Down

0 comments on commit 0eb47d3

Please sign in to comment.