Loading .gitea/workflows/build.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
.gitea/workflows/build.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading