mirror of
https://github.com/internetee/registry.git
synced 2025-07-29 14:06:21 +02:00
Fix staging workflow docker login
This commit is contained in:
parent
7cea363593
commit
8ffaaba02b
1 changed files with 2 additions and 3 deletions
5
.github/workflows/build_deploy_staging.yml
vendored
5
.github/workflows/build_deploy_staging.yml
vendored
|
@ -35,10 +35,9 @@ jobs:
|
||||||
Gemfile.lock
|
Gemfile.lock
|
||||||
|
|
||||||
- name: Login to container registry
|
- name: Login to container registry
|
||||||
env:
|
|
||||||
PASSWORD: ${{ secrets.GHCR }}
|
|
||||||
run: |
|
run: |
|
||||||
echo $PASSWORD | docker login ghcr.io -u eisbot --password-stdin
|
echo ${{ secrets.GHCR }} >> ~/password.txt
|
||||||
|
cat ~/password.txt | docker login ghcr.io -u eisbot --password-stdin
|
||||||
|
|
||||||
- name: No changes in gems
|
- name: No changes in gems
|
||||||
# feature branch has no changes in gems
|
# feature branch has no changes in gems
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue