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 a6ceb97 commit dd0d76bCopy full SHA for dd0d76b
CHANGELOG.md
@@ -3,7 +3,7 @@
3
## 0.3.0
4
5
* Push built image to the registry, so that it doesn't need to be built during the action run.
6
-* Updates the images PHP runtime to 8.4.
+* Update the image's PHP runtime to 8.4.
7
8
## 0.2.0
9
action.yml
@@ -21,7 +21,7 @@ outputs:
21
description: 'Path to the compressed installer file, relative to workspace'
22
runs:
23
using: 'docker'
24
- image: 'docker://ghcr.io/gocom/action-textpattern-package-plugin:master'
+ image: 'docker://ghcr.io/gocom/action-textpattern-package-plugin:v0.3.0'
25
branding:
26
icon: 'package'
27
color: 'gray-dark'
0 commit comments