testing out profile-scope variables & secrets
Some checks failed
Build and Push Docker Image / build (push) Failing after 20s
Some checks failed
Build and Push Docker Image / build (push) Failing after 20s
This commit is contained in:
@@ -33,7 +33,7 @@ jobs:
|
|||||||
# - `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, created in user settings as personal access token with `write:packages` scope
|
# - `secrets.REGISTRY_TOKEN` - defined as action secret in repo settings, created in user settings as personal access token with `write:packages` scope
|
||||||
run: |
|
run: |
|
||||||
echo "${{ secrets.REGISTRY_TOKEN }}" | docker login registry.budakova.org -u "${{ vars.REGISTRY_USERNAME }}" --password-stdin
|
echo "${{ secrets.PROFILE_REGISTRY_TOKEN }}" | docker login registry.budakova.org -u "${{ vars.PROFILE_REGISTRY_USERNAME }}" --password-stdin
|
||||||
|
|
||||||
- name: Build and push Docker image
|
- name: Build and push Docker image
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
|
|||||||
Reference in New Issue
Block a user