This commit is contained in:
parent
e38c99acd6
commit
efddea11ca
26 changed files with 42 additions and 42 deletions
6
.github/workflows/ci.yaml
vendored
6
.github/workflows/ci.yaml
vendored
|
|
@ -33,11 +33,11 @@ jobs:
|
|||
|
||||
- name: Sanitize Docker credentials
|
||||
run: |
|
||||
REGISTRY="${{ forgejo.server_url }}"
|
||||
REGISTRY="${{ secrets.GITHUB_SERVER_URL }}"
|
||||
echo "registry=${REGISTRY#https://}" >> "$GITHUB_OUTPUT"
|
||||
ORG="${{ forgejo.repository_owner }}"
|
||||
ORG="${{ github.repository_owner }}"
|
||||
echo "org=$(echo "$ORG" | tr '[:upper:]' '[:lower:]')" >> "$GITHUB_OUTPUT"
|
||||
id: sanitize_credentials
|
||||
id: sanitize-credentials
|
||||
|
||||
- name: GoReleaser Check
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue