mirror of
https://github.com/plankanban/planka.git
synced 2025-08-09 07:25:24 +02:00
gha
This commit is contained in:
parent
f54370d849
commit
14255f0b27
1 changed files with 5 additions and 3 deletions
|
@ -1,12 +1,14 @@
|
|||
name: Build and push Docker image
|
||||
|
||||
on:
|
||||
release:
|
||||
types: [created]
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build-and-push-docker-image:
|
||||
runs-on: self-hosted
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue