Skip to content

Commit

Permalink
Attempted fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
mauritzs committed Mar 11, 2025
1 parent b66e3a2 commit c055978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

# Build Docker images if there are any changes
- name: Build Docker images
run: sudo docker compose build --no-cache
run: docker compose build --no-cache

# Start Docker containers (detached mode)
- name: Start Docker containers
Expand Down

0 comments on commit c055978

Please sign in to comment.