Skip to content

Commit 24f9d84

Browse files
committed
make it easier to differentiate runs
1 parent 2f28129 commit 24f9d84

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/latest.yaml

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

1111
jobs:
1212
push_to_registry:
13-
name: Push Docker image to Docker Hub
13+
name: Push Latest PHP Images to Docker Hub
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Check out the repo

.github/workflows/release.yaml

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

1313
jobs:
1414
push_to_registry:
15-
name: Push Docker image to Docker Hub
15+
name: Push Released PHP Images to Docker Hub
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Check out the repo

0 commit comments

Comments
 (0)