We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd01b19 commit 378f7dcCopy full SHA for 378f7dc
.github/workflows/docker-image.yml
@@ -13,6 +13,9 @@ jobs:
13
steps:
14
- uses: actions/checkout@v2
15
- name: Build the Docker image
16
+ env:
17
+ DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
18
+ DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
19
run: |
20
TAG=$(echo ${GITHUB_REF} | sed -e "s/refs\/tags\///g")
21
echo ${DOCKER_PASSWORD} | docker login -u ${DOCKER_USERNAME} --password-stdin
0 commit comments