2022-08-14 10:36:58 -05:00
|
|
|
name: Build and publish docker image
|
2020-07-31 13:17:14 -05:00
|
|
|
|
|
|
|
on:
|
|
|
|
push:
|
|
|
|
branches:
|
|
|
|
- develop
|
2023-01-21 02:57:35 -06:00
|
|
|
paths-ignore:
|
|
|
|
- 'LICENSE'
|
2023-01-22 14:01:46 -06:00
|
|
|
- '.*'
|
|
|
|
- '*.md'
|
|
|
|
- '*.xml'
|
|
|
|
- '*.yml*'
|
|
|
|
- '*.json5'
|
|
|
|
- '*.neon'
|
2020-07-31 13:17:14 -05:00
|
|
|
tags:
|
2020-07-31 13:24:44 -05:00
|
|
|
- 'v*'
|
2020-07-31 13:17:14 -05:00
|
|
|
|
|
|
|
jobs:
|
2022-09-30 10:45:36 -05:00
|
|
|
build-openswoole:
|
2022-08-14 10:36:58 -05:00
|
|
|
uses: shlinkio/github-actions/.github/workflows/docker-build-and-publish.yml@main
|
|
|
|
secrets: inherit
|
|
|
|
with:
|
2022-08-19 08:11:46 -05:00
|
|
|
image-name: shlinkio/shlink
|
|
|
|
version-arg-name: SHLINK_VERSION
|
2022-08-27 06:14:27 -05:00
|
|
|
|
|
|
|
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
|
2022-08-27 14:49:20 -05:00
|
|
|
platforms: 'linux/arm64/v8,linux/amd64'
|
2022-08-27 06:14:27 -05:00
|
|
|
tags-suffix: roadrunner
|
|
|
|
extra-build-args: |
|
|
|
|
SHLINK_RUNTIME=rr
|