[ci] feat: try to skip buildcache
All checks were successful
Build and Publish / Build (push) Successful in 9s
Build and Publish / Deployment (push) Successful in 4s

This commit is contained in:
Simon Cornet 2024-09-06 17:50:38 +02:00
parent f2630eee8f
commit 9e4ee15d8a

View File

@ -31,7 +31,7 @@ jobs:
- name: 'Build and Publish'
uses: 'docker/build-push-action@v6'
with:
build-args: 'CACHE_DATE=$(date +%Y-%m-%d:%H:%M:%S)'
build-args: 'CACHE_DATE=$(`date +%Y-%m-%d:%H:%M:%S`)'
context: '.'
file: 'Dockerfile.linux.amd64'
push: true