Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DewGew authored Sep 29, 2023
1 parent 1b2812e commit f80d14d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build the Docker image
run: |
docker build . --tag ghcr.io/${{secrets.DOCKER_USER}}/domoticz-google-assistant:latest
docker push ghcr.io/${{secrets.DOCKER_USER}}/domoticz-google-assistant:latest
docker build . --tag ghcr.io/${{secrets.DOCKER_USER}}/DZGA-Flask:latest
docker push ghcr.io/${{secrets.DOCKER_USER}}/DZGA-Flask:latest

0 comments on commit f80d14d

Please sign in to comment.