Skip to content

Commit

Permalink
Name image builds in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ThisIsMissEm committed May 6, 2023
1 parent fd98e7c commit 8e0c31d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,19 @@ jobs:
build-image:
runs-on: ubuntu-latest

name: build-image (${{ name }})

strategy:
fail-fast: false
matrix:
include:
- context: ./
- name: mastodon
context: ./
image: |
tootsuite/mastodon
ghcr.io/mastodon/mastodon
- context: ./streaming
- name: mastodon-streaming
context: ./streaming
image: |
tootsuite/mastodon-streaming
ghcr.io/mastodon/mastodon-streaming
Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/build-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,17 @@ jobs:
build-nightly-image:
runs-on: ubuntu-latest

name: build-nightly-image (${{ name }})

strategy:
fail-fast: false
matrix:
include:
- context: ./
- name: mastodon
context: ./
image: ghcr.io/mastodon/mastodon
- context: ./streaming/
- name: mastodon-streaming
context: ./streaming/
image: ghcr.io/mastodon/mastodon-streaming

concurrency:
Expand Down

0 comments on commit 8e0c31d

Please sign in to comment.