Skip to content

Commit

Permalink
Remove obsolete docker compose version specifier, docker bake complains
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisPenner committed May 7, 2024
1 parent 24d3786 commit 07c23ce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -215,10 +215,10 @@ jobs:
path: /tmp

# Load this before using docker and it'll cache images we use in the docker-compose
# - name: Cache Docker images.
# uses: ScribeMD/docker-cache@fb28c93772363301b8d0a6072ce850224b73f74e # v0.5.0
# with:
# key: docker-${{ runner.os }} }}
- name: Cache Docker images.
uses: ScribeMD/docker-cache@fb28c93772363301b8d0a6072ce850224b73f74e # v0.5.0
with:
key: docker-${{ runner.os }} }}

- name: Load image from last step
run: |
Expand Down

0 comments on commit 07c23ce

Please sign in to comment.