Skip to content

Commit 2853047

Browse files
authored
fix: trigger ci
1 parent 7cc1349 commit 2853047

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Run Bandit
5454
id: bandit
5555
run: |
56-
bandit -r linkedindumper.py --severity-level medium -f html -o bandit_report.html
56+
bandit -r ikess.py --severity-level medium -f html -o bandit_report.html
5757
5858
- name: Upload Bandit report
5959
if: failure()
@@ -95,7 +95,7 @@ jobs:
9595
id: meta
9696
with:
9797
images: |
98-
docker.io/${{ secrets.DOCKER_HUB_USERNAME }}/${{ env.REPO_NAME }}
98+
ghcr.io/${{ secrets.DOCKER_HUB_USERNAME }}/${{ env.REPO_NAME }}
9999
tags: |
100100
latest
101101
${{ needs.changelog.outputs.version }}

0 commit comments

Comments
 (0)