Skip to content

Commit

Permalink
Fix build_and_push github action name
Browse files Browse the repository at this point in the history
  • Loading branch information
kentsanggds committed Dec 7, 2023
1 parent 5978aac commit 09c8a32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:

jobs:
build_and_push:
name: ${{ matrix.app.name }} (${{ matrix.arch }})
name: Build and push dyanmic and static harvest source images
runs-on: ubuntu-latest
permissions:
packages: write
Expand Down

0 comments on commit 09c8a32

Please sign in to comment.