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

Commit 7df4309

Browse files
authored
Pipeline fix.
1 parent 66b6195 commit 7df4309

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/latestRelease.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
paths:
88
- 'webapp_frontend/**'
99
- 'webapp_provider/**'
10+
create:
11+
tag:
12+
- 'v*.*.*
1013
1114
jobs:
1215
Build_Docker_Image_on_Push:
@@ -37,4 +40,4 @@ jobs:
3740
name: Build and push
3841
run: |
3942
docker build -t filefighter/frontend:latest webapp_provider/
40-
docker push filefighter/frontend:latest
43+
docker push filefighter/frontend:latest

0 commit comments

Comments
 (0)