Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mafasva committed Feb 28, 2024
1 parent c48054c commit 309eaf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/PR_to_develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,4 @@ jobs:
- name: build and push Docker image
run: |
mvn spring-boot:build-image -Dspring-boot.build-image.imageName=${{ secrets.DOCKER_USERNAME }}/num-portal:develop -DskipTests
docker push $DOCKER_USER/num-portal:develop
docker push ${{ secrets.DOCKER_USERNAME }}/num-portal:develop

0 comments on commit 309eaf4

Please sign in to comment.