Skip to content

Commit 4b37563

Browse files
committed
docker -> docker-compose
1 parent 53cb721 commit 4b37563

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/docker.yml renamed to .github/workflows/docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Docker
1+
name: Docker Compose
22

33
on:
44
push:
@@ -9,7 +9,7 @@ on:
99
paths:
1010
- 'docker/**'
1111
- 'Cargo.toml'
12-
- '.github/workflows/docker.yml'
12+
- '.github/workflows/docker-compose.yml'
1313
- 'toolchains/**'
1414
workflow_dispatch:
1515

@@ -34,7 +34,7 @@ permissions:
3434
contents: read
3535

3636
jobs:
37-
build:
37+
compose:
3838
runs-on: ubuntu-latest-16-cores
3939
timeout-minutes: 40
4040

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# <img src="https://github.com/linera-io/linera-protocol/assets/1105398/fe08c941-93af-4114-bb83-bcc0eaec95f9" width="250" height="90" />
22

33
[![License](https://img.shields.io/badge/license-Apache-green.svg)](LICENSE)
4-
[![Build Status for Docker](https://github.com/linera-io/linera-protocol/actions/workflows/docker.yml/badge.svg)](https://github.com/linera-io/linera-protocol/actions/workflows/docker.yml)
4+
[![Build Status for Docker](https://github.com/linera-io/linera-protocol/actions/workflows/docker-compose.yml/badge.svg)](https://github.com/linera-io/linera-protocol/actions/workflows/docker-compose.yml)
55
[![Build Status for Rust](https://github.com/linera-io/linera-protocol/actions/workflows/rust.yml/badge.svg)](https://github.com/linera-io/linera-protocol/actions/workflows/rust.yml)
66
[![Build Status for Documentation](https://github.com/linera-io/linera-protocol/actions/workflows/documentation.yml/badge.svg)](https://github.com/linera-io/linera-protocol/actions/workflows/documentation.yml)
77
[![Twitter](https://img.shields.io/twitter/follow/linera_io)](https://x.com/linera_io)

0 commit comments

Comments
 (0)