From 21b8e76cb5a5f12f7936751a5cb098784bb358ae Mon Sep 17 00:00:00 2001 From: hughcrt Date: Tue, 16 Apr 2024 14:19:11 -0300 Subject: [PATCH] ok --- .github/workflows/build-push-deploy.yml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-push-deploy.yml b/.github/workflows/build-push-deploy.yml index fc5b061e..56a1eca4 100644 --- a/.github/workflows/build-push-deploy.yml +++ b/.github/workflows/build-push-deploy.yml @@ -1,11 +1,12 @@ name: Build Docker Images, Push to Registry, and Deploy on: - push: - branches: - - main - release: - types: [published] + push + # push: + # branches: + # - main + # release: + # types: [published] jobs: build-and-push: @@ -49,9 +50,10 @@ jobs: push: true tags: | lunary/${{ matrix.service }}:latest + lunary/${{ matrix.service }}:1.2.11 lunary/${{ matrix.service }}:rev-${{ steps.date.outputs.date }}-${{ steps.commit.outputs.hash }} ${{ github.event.release.tag_name != '' && format('lunary/{0}:{1}', matrix.service, steps.release_tag.outputs.tag) || '' }} - platforms: linux/amd64 + platforms: linux/amd64,linux/arm64 deploy: needs: build-and-push