Skip to content

Commit

Permalink
Updated GitHub Action build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tg666 committed Mar 6, 2024
1 parent 3038413 commit 60c4ca2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
uses: docker/login-action@v2
if: ${{ github.event.inputs.push_to_hpt == 'true' }}
with:
registry: gitlab2.hptronic.cz
registry: registry2.hptronic.cz
username: ${{ secrets.HPT_REGISTRY_USERNAME }}
password: ${{ secrets.HPT_REGISTRY_TOKEN }}

Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
if: ${{ github.event.inputs.push_to_hpt == 'true' }}
with:
images: |
name=gitlab2.hptronic.cz/dev/cmp/cmp
name=registry2.hptronic.cz/dev/cmp/cmp
flavor: |
latest=false
tags: |
Expand All @@ -125,7 +125,7 @@ jobs:
if: ${{ github.event.inputs.push_to_hpt == 'true' }}
with:
images: |
name=gitlab2.hptronic.cz/dev/cmp/cmp/worker
name=registry2.hptronic.cz/dev/cmp/cmp/worker
flavor: |
latest=false
tags: |
Expand Down Expand Up @@ -220,7 +220,7 @@ jobs:
uses: docker/login-action@v2
if: ${{ github.event.inputs.push_to_hpt == 'true' }}
with:
registry: gitlab2.hptronic.cz
registry: registry2.hptronic.cz
username: ${{ secrets.HPT_REGISTRY_USERNAME }}
password: ${{ secrets.HPT_REGISTRY_TOKEN }}

Expand Down

0 comments on commit 60c4ca2

Please sign in to comment.