Skip to content

Commit 243ade8

Browse files
committed
ci
1 parent 46f824f commit 243ade8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/backend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,5 @@ jobs:
5353
run: |
5454
docker build -t gitdatateam/jzfs-git:${{ steps.version.outputs.version }} --no-cache .
5555
docker push gitdatateam/jzfs-git:${{ steps.version.outputs.version }}
56-
docker tag gitdatateam/jzfs-git:${{ steps.version.outputs.version }} gitdatateam/gitdataos:latest
56+
docker tag gitdatateam/jzfs-git:${{ steps.version.outputs.version }} gitdatateam/jzfs-git:latest
5757
docker push gitdatateam/jzfs-git:latest

docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ services:
1313
- jzfs
1414
jzfs-git:
1515
build: .
16-
image: gitdatateam/jzfs-git
16+
image: gitdatateam/jzfs-git:latest
1717
container_name: jzfs-git
1818
ports:
1919
- "22:30322"

0 commit comments

Comments
 (0)