Skip to content

Commit

Permalink
modify build and push step
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulineContat committed Jun 3, 2024
1 parent bb98271 commit e16092f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,11 @@ jobs:
username: popopolette
password: ${{ secrets.POPOPOLETTE }}

- name: Build and Push Docker images
run: |
docker-compose -f compose.yml build
docker-compose -f compose.yml push
- name: Build and push
uses: docker/build-push-action@v5
with:
push: true
tags: user/app:latest

- name: Run Docker Compose
run: docker-compose -f compose.yml up -d
Expand Down

0 comments on commit e16092f

Please sign in to comment.