(doc) formatting comments
All checks were successful
Build and Push Docker Image / build (push) Successful in 25s
All checks were successful
Build and Push Docker Image / build (push) Successful in 25s
This commit is contained in:
@@ -30,11 +30,11 @@ jobs:
|
|||||||
|
|
||||||
- name: Login to Registry
|
- name: Login to Registry
|
||||||
# Gitea automatically provides these secrets:
|
# Gitea automatically provides these secrets:
|
||||||
# - `vars.REGISTRY_USERNAME` - defined as action variable in repo settings
|
# - `vars.REGISTRY_USERNAME` - defined as action variable in **repo settings**
|
||||||
# - `secrets.REGISTRY_TOKEN` - defined as action secret in repo settings
|
# - `secrets.REGISTRY_TOKEN` - defined as action secret in **repo settings**
|
||||||
# created in user settings as personal access token with `write:packages` scope
|
# created in user settings as personal access token with `write:packages` scope
|
||||||
# - `vars.PROFILE_REGISTRY_USERNAME` - defined as action variable in profile settings
|
# - `vars.PROFILE_REGISTRY_USERNAME` - defined as action variable in **profile settings**
|
||||||
# - `secrets.PROFILE_REGISTRY_TOKEN` - defined as action secret in profile settings
|
# - `secrets.PROFILE_REGISTRY_TOKEN` - defined as action secret in **profile settings**
|
||||||
# created in user settings as personal access token with `write:packages` scope
|
# created in user settings as personal access token with `write:packages` scope
|
||||||
run: |
|
run: |
|
||||||
echo "${{ secrets.PROFILE_REGISTRY_TOKEN }}" | docker login registry.budakova.org -u "${{ vars.PROFILE_REGISTRY_USERNAME }}" --password-stdin
|
echo "${{ secrets.PROFILE_REGISTRY_TOKEN }}" | docker login registry.budakova.org -u "${{ vars.PROFILE_REGISTRY_USERNAME }}" --password-stdin
|
||||||
|
|||||||
Reference in New Issue
Block a user