mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2024-12-23 09:30:31 +03:00
15 lines
296 B
YAML
15 lines
296 B
YAML
name: Build and publish docker image
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- develop
|
|
tags:
|
|
- 'v*'
|
|
|
|
jobs:
|
|
build:
|
|
uses: shlinkio/github-actions/.github/workflows/docker-build-and-publish.yml@main
|
|
secrets: inherit
|
|
with:
|
|
build-and-publish-script: bash ./scripts/docker/build
|