Skip to content

Commit

Permalink
CI Login to dockerhub
Browse files Browse the repository at this point in the history
  • Loading branch information
glegendre01 authored Jun 18, 2024
1 parent 11ea9ce commit 9ce3f04
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@ jobs:
uses: docker/[email protected]
with:
install: true
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
- name: Login to GitHub Container Registry
if: github.event_name != 'pull_request'
uses: docker/login-action@v2
Expand Down

0 comments on commit 9ce3f04

Please sign in to comment.