Skip to content

Commit

Permalink
Fix container image
Browse files Browse the repository at this point in the history
  • Loading branch information
arnovanliere committed Mar 14, 2024
1 parent 31918c3 commit c3ac2ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: Lint
runs-on: ubuntu-latest
container:
image: cirruslabs/flutter:stable
image: ghcr.io/cirruslabs/flutter:stable

steps:
- name: Checkout code
Expand All @@ -38,7 +38,7 @@ jobs:
name: Analyze
runs-on: ubuntu-latest
container:
image: cirruslabs/flutter:stable
image: ghcr.io/cirruslabs/flutter:stable

steps:
- name: Checkout code
Expand All @@ -54,7 +54,7 @@ jobs:
name: Format
runs-on: ubuntu-latest
container:
image: cirruslabs/flutter:stable
image: ghcr.io/cirruslabs/flutter:stable

steps:
- name: Checkout code
Expand Down

0 comments on commit c3ac2ff

Please sign in to comment.