Skip to content

Commit

Permalink
chore: mv {container-,}compose.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
nettoclaudio committed Feb 27, 2023
1 parent 3a746f7 commit 00abc98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
{ ip address | grep -q 169.196.255.254; } || sudo ip address add 169.196.255.254 dev lo
- name: Running required services (Builkit, Docker Registry, Docker)
run: docker-compose -f ./container-compose.yaml up -d
run: docker-compose -f ./compose.yaml up -d

- name: Install protoc and Go compiler plugins
run: |-
Expand Down

0 comments on commit 00abc98

Please sign in to comment.