Skip to content

Commit a52623d

Browse files
committed
feat: Update backend workflow to disable Docker cache
1 parent a555a7e commit a52623d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/backend.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494

9595
- name: Build and Push GitDataOs
9696
run: |
97-
docker build -t gitdatateam/gitdataos:${{ steps.version.outputs.version }} .
97+
docker build -t gitdatateam/gitdataos:${{ steps.version.outputs.version }} --no-cache .
9898
docker push gitdatateam/gitdataos:${{ steps.version.outputs.version }}
9999
docker tag gitdatateam/gitdataos:${{ steps.version.outputs.version }} gitdatateam/gitdataos:latest
100100
docker push gitdatateam/gitdataos:latest

0 commit comments

Comments
 (0)