From 7f7a1cf149807aef926f72ee9738647433c2260e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Glawaty?= Date: Wed, 6 Mar 2024 23:08:14 +0100 Subject: [PATCH] Updated GitHub Action `build.yml` --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f8f14cfd..53363568 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -76,7 +76,7 @@ jobs: uses: docker/login-action@v2 if: ${{ github.event.inputs.push_to_hpt == 'true' }} with: - registry: registry.hptronic.cz + registry: gitlab2.hptronic.cz username: ${{ secrets.HPT_REGISTRY_USERNAME }} password: ${{ secrets.HPT_REGISTRY_TOKEN }} @@ -112,7 +112,7 @@ jobs: if: ${{ github.event.inputs.push_to_hpt == 'true' }} with: images: | - name=registry.hptronic.cz/dev/cmp/cmp + name=gitlab2.hptronic.cz/dev/cmp/cmp flavor: | latest=false tags: | @@ -125,7 +125,7 @@ jobs: if: ${{ github.event.inputs.push_to_hpt == 'true' }} with: images: | - name=registry.hptronic.cz/dev/cmp/cmp/worker + name=gitlab2.hptronic.cz/dev/cmp/cmp/worker flavor: | latest=false tags: | @@ -220,7 +220,7 @@ jobs: uses: docker/login-action@v2 if: ${{ github.event.inputs.push_to_hpt == 'true' }} with: - registry: registry.hptronic.cz + registry: gitlab2.hptronic.cz username: ${{ secrets.HPT_REGISTRY_USERNAME }} password: ${{ secrets.HPT_REGISTRY_TOKEN }}