mirror of
https://github.com/shlinkio/shlink.git
synced 2026-02-28 04:03:12 +08:00
13 lines
251 B
YAML
13 lines
251 B
YAML
name: Test docker image build
|
|
|
|
on:
|
|
pull_request:
|
|
paths:
|
|
- 'Dockerfile'
|
|
|
|
jobs:
|
|
build-docker-image:
|
|
uses: shlinkio/github-actions/.github/workflows/docker-image-build-ci.yml@main
|
|
with:
|
|
platforms: 'linux/arm64/v8,linux/amd64'
|