Skip to content

Commit

Permalink
Update stage-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KarmaPol authored Feb 11, 2024
1 parent b643310 commit c9ed8ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stage-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run: docker build -t ${{secrets.DOCKERHUB_REPOSITORY}}/daldal-stage:latest -f ./api/DockerFile .

- name: Docker Push
run: docker push ${{secrets.DOCKERHUB_REPOSITORY}}/daldal-api:latest
run: docker push ${{secrets.DOCKERHUB_REPOSITORY}}/daldal-stage:latest


cd:
Expand Down

0 comments on commit c9ed8ab

Please sign in to comment.