Skip to content

Commit

Permalink
(action.yml) Reference Docker image using SHA
Browse files Browse the repository at this point in the history
  • Loading branch information
axel-op committed Mar 3, 2024
1 parent af0c1d3 commit b2849bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 0 additions & 3 deletions Dockerfile

This file was deleted.

3 changes: 2 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,5 @@ outputs:

runs:
using: "docker"
image: "Dockerfile"
image: "gchr.io://axel-op/dart-package-analyzer:${{ github.sha }}"
entrypoint: "/dart_package_analyzer"

0 comments on commit b2849bb

Please sign in to comment.