Skip to content

Commit

Permalink
[backend] chore: Docker action
Browse files Browse the repository at this point in the history
  • Loading branch information
helloitsdave committed Jan 28, 2024
1 parent 65d525b commit 6ffc54f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend-docker-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ jobs:
IMAGE_TAG: ${{ steps.extract_version.outputs.VERSION }}
run: |
npm run docker:app:build
docker tag notes-app-fe:latest ${{ secrets.DOCKERHUB_USERNAME }}/notes-app-be:$IMAGE_TAG
docker tag notes-app-be:latest ${{ secrets.DOCKERHUB_USERNAME }}/notes-app-be:$IMAGE_TAG
docker push ${{ secrets.DOCKERHUB_USERNAME }}/notes-app-be:$IMAGE_TAG

0 comments on commit 6ffc54f

Please sign in to comment.