Skip to content

Commit

Permalink
25
Browse files Browse the repository at this point in the history
  • Loading branch information
mkst committed Sep 12, 2023
1 parent 437dbeb commit d432cf8
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 @@ -42,6 +42,7 @@ jobs:
run_matrix:
name: Run Matrix
permissions: write-all
runs-on: ubuntu-22.04
needs: create_matrix
strategy:
Expand All @@ -52,7 +53,7 @@ jobs:
uses: actions/checkout@v3

- name: Log in to GitHub Container Registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
Expand All @@ -64,4 +65,3 @@ jobs:
push: true
tags: ghcr.io/mkst/compilers/${{ matrix.image }}:latest
file: ${{ matrix.dockerfile }}
visibility: public

0 comments on commit d432cf8

Please sign in to comment.