Skip to content

Commit

Permalink
Merge pull request #16 from genai-musings/trt01
Browse files Browse the repository at this point in the history
Dockerized application
  • Loading branch information
tom-halpin authored Jul 19, 2023
2 parents c8a8a2f + eddd88d commit f6c5e9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
run: |
IMAGE_TAG=${{ env.VERSION }}
docker build -t ${{ secrets.DOCKERHUB_USERNAME }}/template-repo-template:${IMAGE_TAG} .
docker push ${{ secrets.DOCKERHUB_USERNAME }}template-repo-template:${IMAGE_TAG}
docker push ${{ secrets.DOCKERHUB_USERNAME }}/template-repo-template:${IMAGE_TAG}

0 comments on commit f6c5e9e

Please sign in to comment.