We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d354938 commit d43fdfcCopy full SHA for d43fdfc
2 files changed
.github/workflows/push-to-docker-mail.yml
@@ -13,8 +13,8 @@ jobs:
13
- name: Login to DockerHub
14
uses: docker/login-action@v2
15
with:
16
- username: ${{ secrets.DOCKERHUB_USERNAME }}
17
- password: ${{ secrets.DOCKERHUB_TOKEN }}
+ username: ${{ vars.DOCKER_USER }}
+ password: ${{ secrets.DOCKER_PAT }}
18
- name: Checkout the eMASSer Repository
19
uses: actions/checkout@v4
20
- name: Build and push
.github/workflows/push-to-docker.yml
- name: Run string replace
uses: frabert/replace-string-action@master
id: format-tag
0 commit comments