1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-08-09 15:35:29 +02:00

Merge pull request #10 from ranshamay/rtl-support

gha
This commit is contained in:
Ran Shamay 2023-11-19 10:16:10 +02:00 committed by GitHub
commit 42742c4f8b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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