Skip to content

Commit dc85ae3

Browse files
authored
Merge pull request #70 from mitre/update_docker_creds
update docker creds
2 parents d354938 + d43fdfc commit dc85ae3

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)