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:
|
||||
context: .
|
||||
load: true
|
||||
no-cache: true
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
|
||||
|
||||
@@ -54,3 +54,6 @@ data/documents/
|
||||
.vscode/
|
||||
.react-router
|
||||
.continue
|
||||
.opencode
|
||||
|
||||
docs/superpowers
|
||||
Reference in New Issue
Block a user