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