mirror of
https://github.com/immich-app/immich.git
synced 2025-01-01 08:31:59 +00:00
Update release workflow
This commit is contained in:
parent
0eb548f115
commit
46a2032b9a
1 changed files with 1 additions and 15 deletions
14
.github/workflows/build_push_server_release.yml
vendored
14
.github/workflows/build_push_server_release.yml
vendored
|
@ -15,12 +15,6 @@ jobs:
|
||||||
ref: "main"
|
ref: "main"
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Docker meta
|
|
||||||
id: meta
|
|
||||||
uses: docker/metadata-action@v3
|
|
||||||
with:
|
|
||||||
images: altran1502/immich-server
|
|
||||||
|
|
||||||
- name: 'Get Previous tag'
|
- name: 'Get Previous tag'
|
||||||
id: previoustag
|
id: previoustag
|
||||||
uses: "WyriHaximus/github-action-get-previous-tag@v1"
|
uses: "WyriHaximus/github-action-get-previous-tag@v1"
|
||||||
|
@ -48,7 +42,6 @@ jobs:
|
||||||
platforms: linux/arm/v7,linux/amd64,linux/arm64
|
platforms: linux/arm/v7,linux/amd64,linux/arm64
|
||||||
push: ${{ github.event_name != 'pull_request' }}
|
push: ${{ github.event_name != 'pull_request' }}
|
||||||
tags: ${{ steps.previoustag.outputs.tag }}
|
tags: ${{ steps.previoustag.outputs.tag }}
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
|
||||||
|
|
||||||
build_and_push_microservice_release:
|
build_and_push_microservice_release:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -59,12 +52,6 @@ jobs:
|
||||||
ref: "main"
|
ref: "main"
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Docker meta
|
|
||||||
id: meta
|
|
||||||
uses: docker/metadata-action@v3
|
|
||||||
with:
|
|
||||||
images: altran1502/immich-microservices
|
|
||||||
|
|
||||||
- name: 'Get Previous tag'
|
- name: 'Get Previous tag'
|
||||||
id: previoustag
|
id: previoustag
|
||||||
uses: "WyriHaximus/github-action-get-previous-tag@v1"
|
uses: "WyriHaximus/github-action-get-previous-tag@v1"
|
||||||
|
@ -92,4 +79,3 @@ jobs:
|
||||||
platforms: linux/arm/v7,linux/amd64
|
platforms: linux/arm/v7,linux/amd64
|
||||||
push: ${{ github.event_name != 'pull_request' }}
|
push: ${{ github.event_name != 'pull_request' }}
|
||||||
tags: ${{ steps.previoustag.outputs.tag }}
|
tags: ${{ steps.previoustag.outputs.tag }}
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
|
Loading…
Reference in a new issue