Skip to content

Commit d43fdfc

Browse files
committed
update docker creds
Signed-off-by: Amndeep Singh Mann <amann@mitre.org>
1 parent d354938 commit d43fdfc

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/push-to-docker-mail.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
- name: Login to DockerHub
1414
uses: docker/login-action@v2
1515
with:
16-
username: ${{ secrets.DOCKERHUB_USERNAME }}
17-
password: ${{ secrets.DOCKERHUB_TOKEN }}
16+
username: ${{ vars.DOCKER_USER }}
17+
password: ${{ secrets.DOCKER_PAT }}
1818
- name: Checkout the eMASSer Repository
1919
uses: actions/checkout@v4
2020
- name: Build and push

.github/workflows/push-to-docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
- name: Login to DockerHub
1414
uses: docker/login-action@v2
1515
with:
16-
username: ${{ secrets.DOCKERHUB_USERNAME }}
17-
password: ${{ secrets.DOCKERHUB_TOKEN }}
16+
username: ${{ vars.DOCKER_USER }}
17+
password: ${{ secrets.DOCKER_PAT }}
1818
- name: Run string replace
1919
uses: frabert/replace-string-action@master
2020
id: format-tag

0 commit comments

Comments
 (0)