Skip to content

Commit

Permalink
Update cicd.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Wiran-Larbi authored Apr 4, 2024
1 parent e1edc14 commit 588531c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,10 @@ jobs:
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}

- name: Build to Dockerhub
run: docker-compose build -t dotcipher/suivie-physique:latest
run: docker-compose build suivie-physique

- name: Tag to Dockerhub
run: docker-compose tag suivie-physique:latest dotcipher/suivie-physique:latest

- name: Push to Dockerhub
run: docker-compose push
run: docker-compose push dotcipher/suivie-physique:latest

0 comments on commit 588531c

Please sign in to comment.