mirror of
https://github.com/Maks1mS/docker-vercel.git
synced 2024-12-23 16:23:01 +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:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
base-image:
|
||||
base_image:
|
||||
description: 'Base Node image'
|
||||
required: true
|
||||
default: '20-alpine'
|
||||
@ -36,5 +36,8 @@ jobs:
|
||||
with:
|
||||
context: .
|
||||
platforms: linux/amd64,linux/arm64
|
||||
build-args: |
|
||||
VERCEL_VERSION=${{ github.event.inputs.version }}
|
||||
BASE_IMAGE=${{ github.event.inputs.base_image }}
|
||||
push: true
|
||||
tags: ${{ vars.DOCKER_IMAGE_NAME }}:latest
|
||||
|
Loading…
Reference in New Issue
Block a user