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