update docker login actoin
Some checks failed
Build And Publish Docker / build-latest (push) Failing after 18m3s

This commit is contained in:
brooke 2024-11-06 17:11:03 -05:00
parent 55125b8677
commit 6cedf30647

View file

@ -21,7 +21,7 @@ jobs:
uses: docker/setup-buildx-action@master uses: docker/setup-buildx-action@master
- name: Login to Self-Hosted Registry - name: Login to Self-Hosted Registry
uses: docker/login-action@v2 uses: docker/login-action@v3
with: with:
registry: git.myco.systems registry: git.myco.systems
username: ${{ secrets.MYCO_REGISTRY_USER }} username: ${{ secrets.MYCO_REGISTRY_USER }}