We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f28129 commit 24f9d84Copy full SHA for 24f9d84
.github/workflows/latest.yaml
@@ -10,7 +10,7 @@ env:
10
11
jobs:
12
push_to_registry:
13
- name: Push Docker image to Docker Hub
+ name: Push Latest PHP Images to Docker Hub
14
runs-on: ubuntu-latest
15
steps:
16
- name: Check out the repo
.github/workflows/release.yaml
@@ -12,7 +12,7 @@ env:
+ name: Push Released PHP Images to Docker Hub
17
18
0 commit comments