new try
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user