[ci] feat: try to skip buildcache
This commit is contained in:
parent
f2630eee8f
commit
9e4ee15d8a
@ -31,7 +31,7 @@ jobs:
|
|||||||
- name: 'Build and Publish'
|
- name: 'Build and Publish'
|
||||||
uses: 'docker/build-push-action@v6'
|
uses: 'docker/build-push-action@v6'
|
||||||
with:
|
with:
|
||||||
build-args: 'CACHE_DATE=$(date +%Y-%m-%d:%H:%M:%S)'
|
build-args: 'CACHE_DATE=$(`date +%Y-%m-%d:%H:%M:%S`)'
|
||||||
context: '.'
|
context: '.'
|
||||||
file: 'Dockerfile.linux.amd64'
|
file: 'Dockerfile.linux.amd64'
|
||||||
push: true
|
push: true
|
||||||
|
Loading…
Reference in New Issue
Block a user