1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-08-09 07:25:24 +02:00
This commit is contained in:
Ran Shamay 2023-11-19 10:15:28 +02:00
parent f54370d849
commit 14255f0b27

View file

@ -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