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 1f98417 commit 44cad0bCopy full SHA for 44cad0b
.github/workflows/build_images.yaml
@@ -2,9 +2,9 @@
2
name: 'build images'
3
4
on:
5
+ release:
6
+ types: [published]
7
push:
- release:
- types: [published]
8
branches:
9
- master
10
package.json
@@ -1,6 +1,6 @@
1
{
"name": "restana-static",
- "version": "2.1.3",
+ "version": "2.1.4",
"description": "Efficiently serve static files using Node.js and Docker containers.",
"main": "index.js",
"scripts": {
0 commit comments