Skip to content

Commit

Permalink
Update docker-production.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianJacta authored Nov 18, 2024
1 parent e5f5598 commit dd02bdf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docker-production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,8 @@ jobs:
run: |
docker build -t ${{ vars.DOCKER_REGISTRY }}/datauv:$GITHUB_SHA .
docker push ${{ vars.DOCKER_REGISTRY }}/datauv:$GITHUB_SHA
- name: 'Build & push image to prod'
run: |
docker build -t ${{ vars.DOCKER_REGISTRY }}/covid-dashboard:production .
docker push ${{ vars.DOCKER_REGISTRY }}/covid-dashboard:production

0 comments on commit dd02bdf

Please sign in to comment.