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