fix
Some checks failed
Build and Push Docker Image / build-and-push (push) Has been cancelled

This commit is contained in:
2026-01-25 02:19:36 +07:00
parent b9a9f6bc49
commit dac35aad86

View File

@@ -11,7 +11,6 @@ jobs:
env:
REGISTRY_HOST: https://git.home
REPOSITORY_NAME: drholy/n8n-ffmpeg-proxy
steps:
- name: Checkout code
@@ -52,8 +51,8 @@ jobs:
context: .
push: true
platforms: linux/amd64
tags: ${{ REPOSITORY_NAME }}:latest, ${{ REPOSITORY_NAME }}:v1.0.0
cache-from: type=registry,ref=${{ REPOSITORY_NAME }}:buildcache
cache-to: type=registry,ref=${{ REPOSITORY_NAME }}:buildcache,mode=max
tags: drholy/n8n-ffmpeg-proxy:latest, drholy/n8n-ffmpeg-proxy:v1.0.0
cache-from: type=registry,ref=drholy/n8n-ffmpeg-proxy:buildcache
cache-to: type=registry,ref=drholy/n8n-ffmpeg-proxy:buildcache,mode=max
# tags: ${{ steps.meta.outputs.tags }}
# labels: ${{ steps.meta.outputs.labels }}