Skip to content

Commit

Permalink
Fix main.yml compose pull
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersSeverinsen committed Aug 12, 2024
1 parent f17e5f4 commit a6c9a26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: actions/checkout@v2

- name: Pull existing images
run: docker-compose pull
run: docker compose pull

- name: Restore docker layer cache
uses: satackey/[email protected]
Expand Down

0 comments on commit a6c9a26

Please sign in to comment.