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 2a5198a commit 02eeac2
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,9 @@ jobs:
# docker push dotcipher/sp-backend:latest
# docker push dotcipher/sp-frontend:latest

- name: publish to Dockerhub
uses: pennsignals/publish_docker-compose@v0.1.0
- name: Push to Dockerhub
uses: docker/build-push-action@v5.3.0
with:
docker_compose: 'docker-compose.yml'
repo_token: "${{ secrets.GITHUB_TOKEN }}"
push: true
tags: "dotcipher/sp-backend:latest ,dotcipher/sp-frontend:latest"
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 02eeac2

Please sign in to comment.