new try
Some checks failed
Check scripts syntax / check-scripts-syntax (push) Successful in 6s
Haven Notify Build and Deploy / Deploy Haven Notify (internal) (push) Has been cancelled
Haven Notify Build and Deploy / Build Haven Notify Image (push) Has been cancelled

This commit is contained in:
2025-08-22 21:41:31 -03:00
parent 12920c10d4
commit 442ff12039

View File

@@ -37,18 +37,13 @@ jobs:
- name: Set up Docker Buildx - name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3 uses: docker/setup-buildx-action@v3
- name: Build and Push Image - name: Build and Push Multi-Arch Image
run: | uses: docker/build-push-action@v6
TAG=latest with:
push: true
cd haven-notify platforms: linux/amd64,linux/arm64
tags: |
docker buildx build \ ${{ env.IMAGE_NOTIFY }}:latest
-t "${{ env.IMAGE_NOTIFY }}:${TAG}" \
--platform linux/amd64,linux/arm64 \
-f Dockerfile .
docker push "${{ env.IMAGE_NOTIFY }}:${TAG}"
deploy_haven_notify: deploy_haven_notify:
name: Deploy Haven Notify (internal) name: Deploy Haven Notify (internal)