Skip to content

Commit

Permalink
Release v1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
brusch committed Feb 7, 2023
1 parent bbb5971 commit 451fe2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

env:
IMAGE_NAME: pimcore/pimcore
LATEST_TAG: v1.2
LATEST_TAG: v1.3
DEV_BRANCH: 1.x

jobs:
Expand All @@ -23,7 +23,7 @@ jobs:
php: [ '8.0', '8.1', '8.2' ]
distro: [ bullseye ]
target: [ fpm, debug, supervisord ]
tag: [ '1.x', 'v1.2' ]
tag: [ '1.x', 'v1.3' ]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 451fe2a

Please sign in to comment.