No login needed
Some checks failed
Go-tags / build (push) Failing after 10s

This commit is contained in:
maximo tejeda 2024-11-15 10:16:06 -04:00
parent 0abe2badf1
commit c4f828d76e

View File

@ -25,12 +25,12 @@ jobs:
http = true
insecure = true
- name: Login to Docker
uses: docker/login-action@v3
with:
registry: ${{ vars.GITEAINSTANCE }}
username: ${{ vars.USERNAME }}
password: ${{ secrets.PWD }}
# - name: Login to Docker
# uses: docker/login-action@v3
# with:
# registry: ${{ vars.GITEAINSTANCE }}
# username: ${{ vars.USERNAME }}
# password: ${{ secrets.PWD }}
- name: Build and push
uses: docker/build-push-action@v6