From 46a2032b9ad9caf06cdae2da10240f92a67cb1ee Mon Sep 17 00:00:00 2001 From: Alex Tran Date: Tue, 5 Apr 2022 11:08:30 -0500 Subject: [PATCH] Update release workflow --- .github/workflows/build_push_server_release.yml | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/.github/workflows/build_push_server_release.yml b/.github/workflows/build_push_server_release.yml index 5216065620..d8d1426a45 100644 --- a/.github/workflows/build_push_server_release.yml +++ b/.github/workflows/build_push_server_release.yml @@ -14,12 +14,6 @@ jobs: with: ref: "main" fetch-depth: 0 - - - name: Docker meta - id: meta - uses: docker/metadata-action@v3 - with: - images: altran1502/immich-server - name: 'Get Previous tag' id: previoustag @@ -48,7 +42,6 @@ jobs: platforms: linux/arm/v7,linux/amd64,linux/arm64 push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.previoustag.outputs.tag }} - labels: ${{ steps.meta.outputs.labels }} build_and_push_microservice_release: runs-on: ubuntu-latest @@ -59,12 +52,6 @@ jobs: ref: "main" fetch-depth: 0 - - name: Docker meta - id: meta - uses: docker/metadata-action@v3 - with: - images: altran1502/immich-microservices - - name: 'Get Previous tag' id: previoustag uses: "WyriHaximus/github-action-get-previous-tag@v1" @@ -91,5 +78,4 @@ jobs: file: ./microservices/Dockerfile platforms: linux/arm/v7,linux/amd64 push: ${{ github.event_name != 'pull_request' }} - tags: ${{ steps.previoustag.outputs.tag }} - labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file + tags: ${{ steps.previoustag.outputs.tag }} \ No newline at end of file