Skip to content

Commit

Permalink
Merge pull request #7 from GitGuardian/jeremy/-/fix-docker-image-name
Browse files Browse the repository at this point in the history
fix(orb): fix docker image name
  • Loading branch information
jeremyds authored Mar 29, 2022
2 parents 0b9816d + da67567 commit 34e441a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/@orb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
default: latest
type: string
docker:
- image: gitguardian/ggshield::<<parameters.tag>>
- image: gitguardian/ggshield:<<parameters.tag>>
environment:
CIRCLE_RANGE: <<parameters.base_revision>>...<<parameters.revision>>
steps:
Expand Down

0 comments on commit 34e441a

Please sign in to comment.