We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7855fc commit 6ae5c56Copy full SHA for 6ae5c56
.github/workflows/ci-docker-image-build.yml
@@ -0,0 +1,10 @@
1
+name: Test docker image build
2
+
3
+on:
4
+ pull_request:
5
+ paths:
6
+ - 'Dockerfile'
7
8
+jobs:
9
+ build-docker-image:
10
+ uses: shlinkio/github-actions/.github/workflows/docker-image-build-ci.yml@main
.github/workflows/ci.yml
@@ -10,5 +10,5 @@ jobs:
ci:
11
uses: shlinkio/github-actions/.github/workflows/web-app-ci.yml@main
12
with:
13
- node-version: 22.4
+ node-version: 22.x
14
with-unit-tests: false
0 commit comments