Skip to content

Commit

Permalink
Fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mkst committed Sep 17, 2023
1 parent 3c8de59 commit 7a8093c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: |
# e.g. if we wanted to run the matrix for a set of platforms:
# echo "matrix=$(python3 matrix.py values.yaml --platforms n64 ps1 saturn)" >> $GITHUB_OUTPUT
echo "matrix=$(python3 matrix.py values.yaml--dockerfiles changed_files.txt)" >> $GITHUB_OUTPUT
echo "matrix=$(python3 matrix.py values.yaml --dockerfiles changed_files.txt)" >> $GITHUB_OUTPUT
run_matrix:
name: Run Matrix
Expand All @@ -77,7 +77,7 @@ jobs:
- name: Build and push to Github registry
uses: docker/build-push-action@v4
with:
# avoid pushing on forks
# only publish from main branch and don't publish on forks
push: ${{ github.ref == 'refs/heads/main' && ! github.event.pull_request.head.repo.fork }}
tags: ghcr.io/${{ github.repository }}/${{ matrix.image }}:latest
file: ${{ matrix.dockerfile }}

0 comments on commit 7a8093c

Please sign in to comment.