Skip to content

Commit

Permalink
Release v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brusch committed Dec 15, 2022
1 parent 0617481 commit 6240e40
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.0
LATEST_TAG: v1.1
DEV_BRANCH: 1.x

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

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

0 comments on commit 6240e40

Please sign in to comment.