Fix: actions runtime token

This commit is contained in:
2025-04-23 09:43:27 +08:00
parent 5afc41b586
commit b95afd80b5

View File

@@ -86,6 +86,7 @@ runs:
uses: docker/build-push-action@v6.15.0 uses: docker/build-push-action@v6.15.0
env: env:
DOCKER_BUILD_SUMMARY: false DOCKER_BUILD_SUMMARY: false
ACTIONS_RUNTIME_TOKEN: ''
with: with:
context: ${{ inputs.context }} context: ${{ inputs.context }}
file: ${{ inputs.file }} file: ${{ inputs.file }}