mirror of
https://github.com/Maks1mS/docker-vercel.git
synced 2024-12-24 08:34:41 +03:00
Update docker-publish.yml
This commit is contained in:
parent
4f86f7fa28
commit
f4286773f6
5
.github/workflows/docker-publish.yml
vendored
5
.github/workflows/docker-publish.yml
vendored
@ -3,7 +3,7 @@ name: ci
|
|||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
base-image:
|
base_image:
|
||||||
description: 'Base Node image'
|
description: 'Base Node image'
|
||||||
required: true
|
required: true
|
||||||
default: '20-alpine'
|
default: '20-alpine'
|
||||||
@ -36,5 +36,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
|
build-args: |
|
||||||
|
VERCEL_VERSION=${{ github.event.inputs.version }}
|
||||||
|
BASE_IMAGE=${{ github.event.inputs.base_image }}
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ vars.DOCKER_IMAGE_NAME }}:latest
|
tags: ${{ vars.DOCKER_IMAGE_NAME }}:latest
|
||||||
|
Loading…
Reference in New Issue
Block a user