Skip to content

Commit dd0d76b

Browse files
committed
Marks 0.3.0
1 parent a6ceb97 commit dd0d76b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## 0.3.0
44

55
* 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.
6+
* Update the image's PHP runtime to 8.4.
77

88
## 0.2.0
99

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ outputs:
2121
description: 'Path to the compressed installer file, relative to workspace'
2222
runs:
2323
using: 'docker'
24-
image: 'docker://ghcr.io/gocom/action-textpattern-package-plugin:master'
24+
image: 'docker://ghcr.io/gocom/action-textpattern-package-plugin:v0.3.0'
2525
branding:
2626
icon: 'package'
2727
color: 'gray-dark'

0 commit comments

Comments
 (0)