Commit 9e4ee15d authored by Simon Cornet's avatar Simon Cornet
Browse files

[ci] feat: try to skip buildcache

parent f2630eee
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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