Skip to content

Commit 9089790

Browse files
committed
version and tag fixes
1 parent 7a65e47 commit 9089790

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/push-to-dockerhub.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
type=semver,pattern={{version}}
5555
type=semver,pattern={{major}}.{{minor}}
5656
type=semver,pattern={{major}}
57-
type=raw,${{ env.WP_VERSION }}-{{version}}
57+
type=raw,${{ env.WP_VERSION }}-${{ env.TAG }}
5858
type=raw,${{ env.WP_VERSION }}
5959
6060
- name: Login to Docker Hub

wp-version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"wordpress": "5.9.2"
2+
"wordpress": "5.9.1"
33
}

0 commit comments

Comments
 (0)