1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-08-10 16:05:35 +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 name: Build and push Docker image
on: on:
release: push:
types: [created] branches:
- master
workflow_dispatch:
jobs: jobs:
build-and-push-docker-image: build-and-push-docker-image:
runs-on: self-hosted runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4