Skip to content

Commit

Permalink
Pull Docker image from GCR
Browse files Browse the repository at this point in the history
  • Loading branch information
axel-op committed Mar 1, 2024
1 parent 4a59e9a commit 4196051
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Test
on: [push, pull_request]

env:
IMAGE: axelop/dart_package_analyzer:test
IMAGE: axelop/dart-package-analyzer:test
DOCKERFILE: Dockerfile-parent

jobs:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM axelop/dart_package_analyzer:v3
FROM ghcr.io/axelop/dart-package-analyzer:v3

ENTRYPOINT ["/dart_package_analyzer"]

0 comments on commit 4196051

Please sign in to comment.