Skip to content

Commit 3352148

Browse files
committed
chore: ignore assets dir in docker build and disable build cache in CI
1 parent fab7d82 commit 3352148

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.dockerignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ README.md
55
*.log
66
.env
77
dist
8+
assets

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,6 @@ jobs:
3333
with:
3434
context: .
3535
push: true
36+
cache: false
3637
tags: ${{ steps.meta.outputs.tags }}
3738
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)