docker/build-push-action@v4: Invalid token specified

Cannot read properties of undefined (reading 'replace')
pull/27/head
Earl Warren 2023-05-01 00:03:06 +02:00
parent 3a0a947017
commit 84d878751c
No known key found for this signature in database
GPG Key ID: 0579CB2928A78A00
1 changed files with 3 additions and 0 deletions

View File

@ -91,6 +91,9 @@ jobs:
echo "image=${{ steps.registry.outputs.host-port }}/${{ github.repository }}:${tag}" >> "$GITHUB_OUTPUT"
- uses: https://github.com/docker/build-push-action@v4
# workaround until https://github.com/docker/build-push-action/commit/d8823bfaed2a82c6f5d4799a2f8e86173c461aba is in @v4 or @v5 is released
env:
ACTIONS_RUNTIME_TOKEN: ''
with:
context: .
push: true