;ci:docker: trigger manually [#2002]
This commit is contained in:
parent
e0b24eff87
commit
b209c60019
12
.github/workflows/docker.yml
vendored
12
.github/workflows/docker.yml
vendored
@ -1,12 +1,14 @@
|
|||||||
name: Docker images
|
# TRIGGER: Runs on any push to the docker branch.
|
||||||
|
# ACTION: Generates docker images for linux x64 and arm64, and pushes them to Github's Container Registry.
|
||||||
|
# Experimental, see https://github.com/simonmichael/hledger/pull/2002.
|
||||||
|
|
||||||
|
name: docker
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- build-docker
|
- docker
|
||||||
- master
|
workflow_dispatch:
|
||||||
tags:
|
|
||||||
- '*.*.*'
|
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user