Skip to content

Commit

Permalink
Fix docker snyk test image (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmarques authored Dec 8, 2024
2 parents df6fca4 + ca019d1 commit 520824b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
# or you can signup for free at https://snyk.io/login
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
image: ghcr.io/${{ github.repository }}/ghcr-test:${{ github.sha }}
image: patrickfmarques/ifconfig.me:1.0.0-${{ steps.datatime.outputs.DATETIME }}
args: --file=Dockerfile

- name: Upload result to GitHub Code Scanning
Expand Down

0 comments on commit 520824b

Please sign in to comment.