ADD registry with letsencrypt
All checks were successful
Go-tags / build (push) Successful in 2m12s

This commit is contained in:
maximo tejeda 2024-11-15 11:03:59 -04:00
parent 09a9fe43eb
commit 3bae954473

View File

@ -25,12 +25,12 @@ jobs:
http = true http = true
insecure = true insecure = true
# - name: Login to Docker - name: Login to Docker
# uses: docker/login-action@v3 uses: docker/login-action@v3
# with: with:
# registry: ${{ vars.GITEAINSTANCE }} registry: https://git.maximotejeda.com
# username: ${{ vars.USERNAME }} username: ${{ vars.USERNAME }}
# password: ${{ secrets.PWD }} password: ${{ secrets.PWD }}
- name: Build and push - name: Build and push
uses: docker/build-push-action@v6 uses: docker/build-push-action@v6
@ -38,4 +38,4 @@ jobs:
context: . context: .
platforms: linux/amd64,linux/arm64 platforms: linux/amd64,linux/arm64
push: true push: true
tags: 10.0.0.171/maximo/ddns:${{ github.ref_name }} tags: git.maximotejeda.com/maximo/ddns:${{ github.ref_name }}