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 28dff6b commit 46f9a16Copy full SHA for 46f9a16
.github/workflows/docker.yml
@@ -25,7 +25,7 @@ jobs:
25
echo "IMAGE_VERSION=$VERSION" >> $GITHUB_ENV
26
27
- name: Build and push Backend
28
- uses: docker/build-push-action@v2
+ uses: docker/build-push-action@v5
29
with:
30
context: .
31
file: deploy/Dockerfile-BE
@@ -36,7 +36,7 @@ jobs:
36
${{ secrets.DOCKERHUB_USERNAME }}/ghostsend-backend:latest
37
38
- name: Build and push Frontend
39
40
41
42
file: deploy/Dockerfile-FE
.version
@@ -0,0 +1 @@
1
+v0.0.1
0 commit comments