Skip to content

Commit

Permalink
update main
Browse files Browse the repository at this point in the history
  • Loading branch information
phuru7 committed Aug 26, 2024
1 parent a43455f commit fabc7c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
uses: docker/[email protected]
with:
dockerhub-user: ${{ secrets.DOCKERHUB_USERNAME }}
dockerhub-password: ${{ secrets.DOCKERHUB_TOKEN }}
dockerhub-password: ${{ secrets.DOCKERHUB_PWD }}
command: quickview,cves


Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11.0.0b1-buster
FROM python:3.11.0b1-buster

WORKDIR /app

Expand Down

0 comments on commit fabc7c7

Please sign in to comment.