Skip to content

Commit

Permalink
Names for the jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
snh committed Sep 7, 2024
1 parent 0386190 commit ef2044a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:

jobs:
build:
name: Build container image
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down Expand Up @@ -65,6 +66,7 @@ jobs:
retention-days: 1

merge:
name: Publish multi-platform image
if: ${{ github.event_name != 'pull_request' }}
runs-on: ubuntu-latest
needs: [build]
Expand Down

0 comments on commit ef2044a

Please sign in to comment.