Skip to content

Commit

Permalink
Fix docker snyk test image
Browse files Browse the repository at this point in the history
  • Loading branch information
pmarques committed Dec 8, 2024
1 parent df6fca4 commit ca019d1
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 ca019d1

Please sign in to comment.