Skip to content

Commit 8eb65d3

Browse files
committed
docker -> docker-compose
1 parent 0c470f7 commit 8eb65d3

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
workflow_dispatch:
1414

1515
# This allows a subsequently queued workflow run to interrupt previous runs on pull-requests
@@ -33,7 +33,7 @@ permissions:
3333
contents: read
3434

3535
jobs:
36-
build:
36+
compose:
3737
runs-on: ubuntu-latest-16-cores
3838
timeout-minutes: 40
3939

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)