Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
Correcting docker-image.yaml changes.
  • Loading branch information
djdd87 authored Sep 16, 2023
1 parent 8471393 commit 72957e2
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 @@ -16,8 +16,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Build the Docker image
run: docker build -t dewitauto/synoai-fork:latest SynoAI
run: docker build -t djdd87/synoai:latest SynoAI
- name: Login to Docker Hub
run: docker login -u="${{ secrets.DOCKERHUB_USERNAME }}" -p="${{ secrets.DOCKERHUB_PASSWORD }}"
- name: Publish the Docker image
run: docker push dewitauto/synoai-fork:latest
run: docker push djdd87/synoai:latest

0 comments on commit 72957e2

Please sign in to comment.