mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2025-12-12 23:59:10 -06:00
Add workflow to build docker image during PRs if Dockerfile changed
This commit is contained in:
parent
61a679b7cb
commit
83ca5b23f5
10
.github/workflows/ci-docker-image-build.yml
vendored
Normal file
10
.github/workflows/ci-docker-image-build.yml
vendored
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
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
|
||||||
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,6 +7,7 @@
|
|||||||
|
|
||||||
# production
|
# production
|
||||||
/build
|
/build
|
||||||
|
/dist
|
||||||
|
|
||||||
npm-debug.log*
|
npm-debug.log*
|
||||||
|
|
||||||
|
|||||||
2
dist/.gitignore
vendored
2
dist/.gitignore
vendored
@ -1,2 +0,0 @@
|
|||||||
*
|
|
||||||
!.gitignore
|
|
||||||
Loading…
x
Reference in New Issue
Block a user