Skip to content

Commit

Permalink
Update autoredeploy.yml also remove images
Browse files Browse the repository at this point in the history
  • Loading branch information
Magnus Alexander Strømseng authored and GitHub committed Apr 18, 2024
1 parent 3254e63 commit a4138c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autoredeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Stop and remove containers and images, using docker compose down
run: docker-compose down
run: docker-compose down --rmi "all"
- name: Create .env files
run: |
# Create .env with all variables except HOST_URL Backend
Expand Down

0 comments on commit a4138c4

Please sign in to comment.