Skip to content

Commit

Permalink
Update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gseidel committed May 2, 2022
1 parent fc7fd6f commit 48178af
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,11 @@ jobs:
- name: login
uses: docker/login-action@v1
with:
registry: docker.enhavo.com
username: ${{ secrets.DOCKER_ENHAVO_USER }}
password: ${{ secrets.DOCKER_ENHAVO_PASSWORD }}
username: ${{ secrets.DOCKER_HUB_USER }}
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
- name: build and push image
uses: docker/build-push-action@v2
with:
push: true
tags: |
docker.enhavo.com/enhavo/demo:latest
enhavo/enhavo-demo:latest

0 comments on commit 48178af

Please sign in to comment.