Skip to content

Commit c14516a

Browse files
committed
Release v1.2
1 parent b283888 commit c14516a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
env:
1212
IMAGE_NAME: pimcore/pimcore
13-
LATEST_TAG: v1.1
13+
LATEST_TAG: v1.2
1414
DEV_BRANCH: 1.x
1515

1616
jobs:
@@ -23,7 +23,7 @@ jobs:
2323
php: [ '8.0', '8.1', '8.2' ]
2424
distro: [ bullseye ]
2525
target: [ fpm, debug, supervisord ]
26-
tag: [ '1.x', 'v1.1' ]
26+
tag: [ '1.x', 'v1.2' ]
2727

2828
steps:
2929
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)