Skip to content

Commit

Permalink
update(onprem ci/cd) - update to point builds to public dockerhub
Browse files Browse the repository at this point in the history
  • Loading branch information
parkererickson-tg committed Jun 4, 2024
1 parent c85f346 commit 6c5fd95
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/onprem-build-nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ vars.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
username: ${{ secrets.PUBLIC_DOCKERHUB_USERNAME }}
password: ${{ secrets.PUBLIC_DOCKERHUB_TOKEN }}

- name: Get Image tag
id: get-image
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/onprem-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ vars.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
username: ${{ secrets.PUBLIC_DOCKERHUB_USERNAME }}
password: ${{ secrets.PUBLIC_DOCKERHUB_TOKEN }}

- name: Get Image tag
id: get-image
Expand Down

0 comments on commit 6c5fd95

Please sign in to comment.