Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit 1a1c7cf

Browse files
committed
Merge branch 'master' of github.com:FileFighter/WebApp into master
2 parents bec76c0 + 9f39d0e commit 1a1c7cf

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/stableRelease.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,8 @@ name: Stable Release
22

33
on:
44
push:
5-
branches:
6-
- 'master'
75
tags:
86
- 'v*.*.*'
9-
paths:
10-
- 'webapp_frontend/**'
11-
- 'webapp_provider/**'
127

138
jobs:
149
Build_Docker_Image_on_new_Tag:
@@ -40,4 +35,4 @@ jobs:
4035
run: |
4136
VERSION=${{ steps.vars.outputs.tag }}
4237
docker build -t filefighter/frontend:$VERSION webapp_provider/
43-
docker push filefighter/frontend:$VERSION
38+
docker push filefighter/frontend:$VERSION

0 commit comments

Comments
 (0)