mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-25 02:10:18 -06:00
28 lines
659 B
YAML
28 lines
659 B
YAML
name: Build and publish docker image
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- develop
|
|
tags:
|
|
- 'v*'
|
|
|
|
jobs:
|
|
build-openswoole:
|
|
uses: shlinkio/github-actions/.github/workflows/docker-build-and-publish.yml@main
|
|
secrets: inherit
|
|
with:
|
|
image-name: shlinkio/shlink
|
|
version-arg-name: SHLINK_VERSION
|
|
|
|
build-roadrunner:
|
|
uses: shlinkio/github-actions/.github/workflows/docker-build-and-publish.yml@main
|
|
secrets: inherit
|
|
with:
|
|
image-name: shlinkio/shlink
|
|
version-arg-name: SHLINK_VERSION
|
|
platforms: 'linux/arm64/v8,linux/amd64'
|
|
tags-suffix: roadrunner
|
|
extra-build-args: |
|
|
SHLINK_RUNTIME=rr
|