Skip to content

Commit

Permalink
[release-v2.10] changing secrets to envs (#4841)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasSUSE authored Dec 11, 2024
1 parent 15e02b7 commit dc8e0ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ jobs:
- name: Check Images
continue-on-error: false
env:
DOCKERHUB_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKER_PASSWORD }}
DOCKER_USERNAME: ${{ env.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ env.DOCKER_PASSWORD }}
run: make check-images

- name: Check RC's
Expand Down

0 comments on commit dc8e0ce

Please sign in to comment.