This commit is contained in:
parent
09a9fe43eb
commit
3bae954473
14
.github/workflows/image_creation.yaml
vendored
14
.github/workflows/image_creation.yaml
vendored
@ -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: https://git.maximotejeda.com
|
||||
username: ${{ vars.USERNAME }}
|
||||
password: ${{ secrets.PWD }}
|
||||
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v6
|
||||
@ -38,4 +38,4 @@ jobs:
|
||||
context: .
|
||||
platforms: linux/amd64,linux/arm64
|
||||
push: true
|
||||
tags: 10.0.0.171/maximo/ddns:${{ github.ref_name }}
|
||||
tags: git.maximotejeda.com/maximo/ddns:${{ github.ref_name }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user