mirror of
https://github.com/immich-app/immich.git
synced 2026-01-11 04:35:25 -08:00
chore: create semver major tag on release
This commit is contained in:
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@@ -140,6 +140,7 @@ jobs:
|
||||
runner-mapping: ${{ matrix.runner-mapping }}
|
||||
tag-suffix: ${{ matrix.tag-suffix }}
|
||||
dockerhub-push: ${{ github.event_name == 'release' }}
|
||||
release-tag-type: semver
|
||||
build-args: |
|
||||
DEVICE=${{ matrix.device }}
|
||||
|
||||
@@ -160,6 +161,7 @@ jobs:
|
||||
context: .
|
||||
dockerfile: server/Dockerfile
|
||||
dockerhub-push: ${{ github.event_name == 'release' }}
|
||||
release-tag-type: semver
|
||||
build-args: |
|
||||
DEVICE=cpu
|
||||
|
||||
|
||||
Reference in New Issue
Block a user