mirror of
https://github.com/kiwix/kiwix-js-pwa.git
synced 2025-09-09 12:19:46 -04:00
Update publish-docker.yaml
Former-commit-id: 1a2dd9045753bb176cfb2c23c4f7f03aeaf1e85d [formerly 774784fd5750890f7af18050e2f620cdf8be71de [formerly cc9adffef35a853edb2caac49d172ba8b63d28b1]] Former-commit-id: 74a5441788e5fdb3b5bb835aef18b7a75fe3cc39 Former-commit-id: 3e3f5b291c97c163eac2ab267419211950e76bc8
This commit is contained in:
parent
1525936e36
commit
aa7390a765
8
.github/workflows/publish-docker.yaml
vendored
8
.github/workflows/publish-docker.yaml
vendored
@ -8,11 +8,14 @@ on:
|
||||
release:
|
||||
types: [ published ]
|
||||
|
||||
# Call this for testing from the REST API with '{"ref":"{tag}"}'
|
||||
# Call this for testing from the REST API with '{"version":"{tag}"}'
|
||||
# 'https://api.github.com/repos/{owner}/{repo}/actions/workflows/{workflow_id}/dispatches'
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
ref:
|
||||
version:
|
||||
description: Specific version to build (overrides on-master and tag-pattern)
|
||||
required: false
|
||||
default: ''
|
||||
|
||||
jobs:
|
||||
build-and-push:
|
||||
@ -32,3 +35,4 @@ jobs:
|
||||
dockerfile: Dockerfile.pwa
|
||||
restrict-to: kiwix/kiwix-js-windows
|
||||
registries: docker.io
|
||||
manual-tag: ${{ github.event.inputs.version }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user