Skip to content

Commit

Permalink
Update docker-build-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jessenich authored Jun 29, 2021
1 parent 41dad3a commit cc2b546
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,22 +57,22 @@ jobs:
${{ runner.os }}-buildx-
- name: Login to Dockerhub
if: ${{ env.PUSH_TO_DHCR}} != "false"
if: ${{ env.PUSH_TO_DHCR }} != "false"
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Login to ghcr.io
if: ${{ env.PUSH_TO_GHCR}} != "false"
if: ${{ env.PUSH_TO_GHCR }} != "false"
uses: docker/login-action@v1
with:
registry: ${{ env.GHCR_URL }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Login to Azure Container Registry
if: ${{ env.PUSH_TO_AZCR}} != "false"
if: ${{ env.PUSH_TO_AZCR }} != "false"
uses: docker/login-action@v1
with:
registry: ${{ secrets.AZCR_URL }}
Expand Down

0 comments on commit cc2b546

Please sign in to comment.