Skip to content

Commit

Permalink
Merge pull request #150 from Pet-projects-CodePET/feature/deploy
Browse files Browse the repository at this point in the history
added arg to qa deploy in workflow
  • Loading branch information
VladislavCR authored Mar 26, 2024
2 parents 286011c + 70e83b9 commit 719e1b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/qa_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
with:
context: ./infra/nginx/
push: true
build-args: NGINX_NAME=${{ secrets.NGINX_QA }}
tags: ${{ secrets.DOCKERHUB_USERNAME }}/${{ secrets.PROJECT_NAME }}_nginx:latest

build_and_push_to_docker_hub_certbot:
Expand Down

0 comments on commit 719e1b9

Please sign in to comment.