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