Skip to content

Commit

Permalink
Using docker secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
MukuFlash03 committed Oct 4, 2024
1 parent 294fc90 commit fd78541
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reusable_image_build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ jobs:
# if: github.event_name != 'pull_request'
uses: docker/login-action@v3
with:
username: $DOCKER_USER
password: $DOCKER_PASSWORD
username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Get current date # get the date of the build
id: date
Expand Down

0 comments on commit fd78541

Please sign in to comment.