Skip to content

Commit 46f9a16

Browse files
committed
fix
1 parent 28dff6b commit 46f9a16

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
echo "IMAGE_VERSION=$VERSION" >> $GITHUB_ENV
2626
2727
- name: Build and push Backend
28-
uses: docker/build-push-action@v2
28+
uses: docker/build-push-action@v5
2929
with:
3030
context: .
3131
file: deploy/Dockerfile-BE
@@ -36,7 +36,7 @@ jobs:
3636
${{ secrets.DOCKERHUB_USERNAME }}/ghostsend-backend:latest
3737
3838
- name: Build and push Frontend
39-
uses: docker/build-push-action@v2
39+
uses: docker/build-push-action@v5
4040
with:
4141
context: .
4242
file: deploy/Dockerfile-FE

.version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v0.0.1

0 commit comments

Comments
 (0)