Skip to content

Commit

Permalink
Merge pull request #6 from tpII/gian
Browse files Browse the repository at this point in the history
2024-10-22 08:31 -
  • Loading branch information
gianowolf authored Oct 22, 2024
2 parents c1184a3 + 559057e commit 32aace8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
run: echo "${{ secrets.DOCKERHUB_TOKEN }}" | docker login -u "${{ secrets.DOCKERHUB_USERNAME }}" --password-stdin

- name: Push Docker Image
run: docker push "${{ secrets.DOCKERHUB_USERNAME }}/plotter-frontend:latest
run: docker push "${{ secrets.DOCKERHUB_USERNAME }}"/plotter-frontend:latest

0 comments on commit 32aace8

Please sign in to comment.