Skip to content

Commit

Permalink
fix: force a release
Browse files Browse the repository at this point in the history
  • Loading branch information
stigok committed Nov 2, 2022
1 parent 79b07a6 commit 0377e8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
context: ./test/image-ok
push: false
secrets:
registry-url: example.com
registry-url: cr.example.com
registry-username: foo
registry-password: bar
token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -31,7 +31,7 @@ jobs:
push: false
trivy-error-is-success: true
secrets:
registry-url: example.com
registry-url: cr.example.com
registry-username: foo
registry-password: bar
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 0377e8c

Please sign in to comment.