edite action script
Some checks failed
Build, Push and Redeploy Docker Image / build-and-push (push) Failing after 5m3s

This commit is contained in:
2026-01-26 20:56:59 +07:00
parent 4cdf034676
commit 039aa6299b

View File

@@ -1,4 +1,4 @@
name: Build and Push Docker Image
name: Build, Push and Redeploy Docker Image
on:
push:
@@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
env:
REGISTRY_HOST: git.byte-mate.ru
REGISTRY_HOST: git.home
steps:
- name: Checkout code
@@ -33,11 +33,12 @@ jobs:
- name: Build and push
run: |
docker buildx build \
--no-cache -t \
--no-cache \
--push \
--platform linux/amd64 \
--tag ${{ env.REGISTRY_HOST }}/drholy/n8n-ffmpeg-proxy:${{ env.sha_short }} \
--tag ${{ env.REGISTRY_HOST }}/drholy/n8n-ffmpeg-proxy:latest \
--push \
.
- name: Redeploy stack in Portainer