Skip to content

Commit

Permalink
fix: action docker login params
Browse files Browse the repository at this point in the history
  • Loading branch information
blackheaven committed Aug 4, 2024
1 parent c97541f commit 4c1b6bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ runs:
- name: Extract
shell: bash
run: |
docker pull ghcr.io/blackheaven/haskell-security-action
docker pull ghcr.io/blackheaven/haskell-security-action:master
docker create --name dummy blackheaven/haskell-security-action
docker cp -L dummy:/bin/github-action-scan github-action-scan
docker rm -f dummy
Expand Down

0 comments on commit 4c1b6bc

Please sign in to comment.