pull/553/head
Ran Shamay 2 years ago
parent f54370d849
commit 14255f0b27

@ -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…
Cancel
Save