Skip to content

Commit

Permalink
fix docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Foxandxss committed Oct 12, 2023
1 parent 3ca4dcd commit 992186b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:

- name: Build and push Docker images
run: |
docker-compose build
docker images | grep fullstack | awk '{print $3}' | xargs -I {} docker tag {} ghcr.io/foxandxss/fullstack:latest
docker build . --tag ghcr.io/foxandxss/fullstack:latest
docker run ghcr.io/foxandxss/fullstack:latest
docker push ghcr.io/foxandxss/fullstack:latest

0 comments on commit 992186b

Please sign in to comment.