Skip to content

Commit

Permalink
CAS - Github Actions Authenticated Pulls (#915)
Browse files Browse the repository at this point in the history
* add docker login to github actions

* remove docker login step where not needed
  • Loading branch information
dtgreiner authored Feb 27, 2025
1 parent e5bd1da commit 4987e2a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@ jobs:
type=raw,event=branch,value=branch-{{branch}}-{{sha}}
steps:
- name: Log in to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Checkout
uses: actions/checkout@v4

Expand Down

0 comments on commit 4987e2a

Please sign in to comment.