Skip to content

Commit

Permalink
Small change to determine if docker build cache works
Browse files Browse the repository at this point in the history
  • Loading branch information
iainsproat committed Aug 19, 2024
1 parent c38e9ba commit de159cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build and save image locally
- name: Build and save image
uses: docker/build-push-action@v6
with:
# context should remain as the git context
Expand Down

0 comments on commit de159cd

Please sign in to comment.