update docker login actoin
Some checks failed
Build And Publish Docker / build-latest (push) Failing after 18m3s
Some checks failed
Build And Publish Docker / build-latest (push) Failing after 18m3s
This commit is contained in:
parent
55125b8677
commit
6cedf30647
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
|
@ -21,7 +21,7 @@ jobs:
|
|||
uses: docker/setup-buildx-action@master
|
||||
|
||||
- name: Login to Self-Hosted Registry
|
||||
uses: docker/login-action@v2
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: git.myco.systems
|
||||
username: ${{ secrets.MYCO_REGISTRY_USER }}
|
||||
|
|
Loading…
Add table
Reference in a new issue