Skip to content

Commit

Permalink
fix: adjusted name of image in PR and push action
Browse files Browse the repository at this point in the history
  • Loading branch information
drew-viles committed Jul 14, 2023
1 parent 19f58ae commit 5862385
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
image-repo: ghcr.io
repo-username: ${{ github.repository_owner }}
repo-password: ${{ secrets.GITHUB_TOKEN }}
image-name: cloud-cli-tools
image-name: baski
image-tag: ${{ github.ref_name }}
min-severity: critical
add-latest-tag: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
image-repo: ghcr.io
repo-username: ${{ github.repository_owner }}
repo-password: ${{ secrets.GITHUB_TOKEN }}
image-name: cloud-cli-tools
image-name: baski
image-tag: ${{ github.ref_name }}
min-severity: critical
add-latest-tag: false
Expand Down

0 comments on commit 5862385

Please sign in to comment.