.github/workflows/prometheus.yaml: update
This commit is contained in:
parent
006e391afb
commit
5d06be0668
6
.github/workflows/prometheus.yaml
vendored
6
.github/workflows/prometheus.yaml
vendored
@ -41,12 +41,8 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Initialization environment
|
||||
env:
|
||||
PASSWORD: ${{ secrets.IAMGE_REPO_PASSWORD }}
|
||||
shell: bash
|
||||
run: |
|
||||
sudo apt update
|
||||
echo "$PASSWORD" | docker login --username=admin --password-stdin artifact.onwalk.net
|
||||
run: docker login --username=admin --password=${{ secrets.IAMGE_REPO_PASSWORD }} artifact.onwalk.net
|
||||
|
||||
- name: Sync images
|
||||
shell: bash
|
||||
|
||||
Loading…
Reference in New Issue
Block a user