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