Skip to content

Commit

Permalink
feat: add docker login with read only creds
Browse files Browse the repository at this point in the history
  • Loading branch information
mhrabovcin committed Feb 20, 2024
1 parent bf23579 commit e5fe069
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/cve-patch-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

# - name: Login to Docker Hub
# uses: docker/login-action@v3
# with:
# username: ${{ secrets.DOCKERHUB_USERNAME }}
# password: ${{ secrets.DOCKERHUB_PASSWORD }}
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_READ_ONLY_USERNAME }}
password: ${{ secrets.DOCKERHUB_READ_ONLY_PASSWORD }}

- name: Save images
id: save-images
Expand Down

0 comments on commit e5fe069

Please sign in to comment.