fix: add no-cache option to Docker build step and update .gitignore for new files
This commit is contained in:
@@ -75,6 +75,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
load: true
|
load: true
|
||||||
|
no-cache: true
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
|
|
||||||
|
|||||||
@@ -54,3 +54,6 @@ data/documents/
|
|||||||
.vscode/
|
.vscode/
|
||||||
.react-router
|
.react-router
|
||||||
.continue
|
.continue
|
||||||
|
.opencode
|
||||||
|
|
||||||
|
docs/superpowers
|
||||||
Reference in New Issue
Block a user