mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-22 08:56:42 -06:00
17 lines
309 B
YAML
17 lines
309 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:
|
|
image-name: shlinkio/shlink
|
|
version-arg-name: SHLINK_VERSION
|