Skip to content

Commit

Permalink
Make it easier to test in forks by assuming docker image name is same…
Browse files Browse the repository at this point in the history
… as repository
  • Loading branch information
ciaranmcnulty committed Jul 5, 2022
1 parent 44c270f commit 5e9a4b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
type=semver,pattern={{major}}.{{minor}}.{{patch}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
images: cucumber/json-formatter
images: ${{ github.repository }}

- uses: docker/login-action@v2
with:
Expand Down

0 comments on commit 5e9a4b1

Please sign in to comment.