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
uses: docker/setup-buildx-action@v3
- name: Build and Push Image
run: |
TAG=latest
cd haven-notify
docker buildx build \
-t "${{ env.IMAGE_NOTIFY }}:${TAG}" \
--platform linux/amd64,linux/arm64 \
-f Dockerfile .
docker push "${{ env.IMAGE_NOTIFY }}:${TAG}"
- name: Build and Push Multi-Arch Image
uses: docker/build-push-action@v6
with:
push: true
platforms: linux/amd64,linux/arm64
tags: |
${{ env.IMAGE_NOTIFY }}:latest
deploy_haven_notify:
name: Deploy Haven Notify (internal)