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 46f824f commit 243ade8Copy full SHA for 243ade8
.github/workflows/backend.yml
@@ -53,5 +53,5 @@ jobs:
53
run: |
54
docker build -t gitdatateam/jzfs-git:${{ steps.version.outputs.version }} --no-cache .
55
docker push gitdatateam/jzfs-git:${{ steps.version.outputs.version }}
56
- docker tag gitdatateam/jzfs-git:${{ steps.version.outputs.version }} gitdatateam/gitdataos:latest
+ docker tag gitdatateam/jzfs-git:${{ steps.version.outputs.version }} gitdatateam/jzfs-git:latest
57
docker push gitdatateam/jzfs-git:latest
docker-compose.yaml
@@ -13,7 +13,7 @@ services:
13
- jzfs
14
jzfs-git:
15
build: .
16
- image: gitdatateam/jzfs-git
+ image: gitdatateam/jzfs-git:latest
17
container_name: jzfs-git
18
ports:
19
- "22:30322"
0 commit comments