Skip to content

Commit

Permalink
Better names for jobs
Browse files Browse the repository at this point in the history
Signed-off-by: Itxaka <[email protected]>
  • Loading branch information
Itxaka committed Jan 29, 2025
1 parent 09c7846 commit 7086aa8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: docker build
name: Docker image build

on:
push:
Expand All @@ -13,7 +13,7 @@ jobs:
env:
REGISTRY: "ttl.sh"
runs-on: ${{ matrix.platform == 'linux/arm64' && 'ubuntu-24.04-arm' || 'ubuntu-24.04' }}
name: Build and push Docker image - ${{ matrix.platform }}
name: Docker image (${{ matrix.platform }})
strategy:
matrix:
platform: [ "linux/amd64", "linux/arm64" ]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: docker build images
name: docker images test

on:
pull_request:
Expand Down

0 comments on commit 7086aa8

Please sign in to comment.