Merge pull request '[CI] Forgejo Actions based release process (squash)' (#865) from earl-warren/forgejo:wip-release into forgejo-ci
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/865
This commit is contained in:
commit
ff74da1cb6
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ runs:
|
|||
|
||||
- name: Login to the container registry
|
||||
run: |
|
||||
BASE64_AUTH=`echo -n "${{ inputs.doer }}:${{ inputs.token }}" | base64`
|
||||
BASE64_AUTH=`echo -n "${{ inputs.doer }}:${{ inputs.token }}" | base64 -w0`
|
||||
mkdir -p ~/.docker
|
||||
echo "{\"auths\": {\"$CI_REGISTRY\": {\"auth\": \"$BASE64_AUTH\"}}}" > ~/.docker/config.json
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue