Skip to content

Commit 67f4ace

Browse files
committed
wording
1 parent 99460bf commit 67f4ace

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-and-publish-ci-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ env:
1414

1515
jobs:
1616
build-and-push-image:
17-
name: Push Docker ci image to Docker Hub
17+
name: Push Docker CI image to Docker Hub
1818
runs-on: ubuntu-latest
1919
permissions:
2020
contents: read

.github/workflows/build-and-publish-franken-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build Docker franken image
1+
name: Build Docker FrankenPHP image
22

33
on:
44
push:
@@ -18,7 +18,7 @@ env:
1818

1919
jobs:
2020
build-and-push-image:
21-
name: Push Docker image to Docker Hub
21+
name: Push Docker FrankenPHP image to Docker Hub
2222
runs-on: ubuntu-latest
2323
permissions:
2424
contents: read

0 commit comments

Comments
 (0)