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 a851678 commit 810a57f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ on:

env:
IMAGE_DOCKERHUB: 68publishers/crawler
IMAGE_HPT: registry.hptronic.cz/dev/cmp/crawler
IMAGE_HPT: registry2.hptronic.cz/dev/cmp/crawler

PUPPETEER_SKIP_DOWNLOAD: true
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: true
Expand Down Expand Up @@ -175,7 +175,7 @@ jobs:
uses: docker/login-action@v2
if: ${{ github.event.inputs.push_to_hpt == 'true' }}
with:
registry: registry.hptronic.cz
registry: registry2.hptronic.cz
username: ${{ secrets.HPT_REGISTRY_USERNAME }}
password: ${{ secrets.HPT_REGISTRY_TOKEN }}

Expand Down Expand Up @@ -475,7 +475,7 @@ jobs:
uses: docker/login-action@v2
if: ${{ github.event.inputs.push_to_hpt == 'true' }}
with:
registry: registry.hptronic.cz
registry: registry2.hptronic.cz
username: ${{ secrets.HPT_REGISTRY_USERNAME }}
password: ${{ secrets.HPT_REGISTRY_TOKEN }}

Expand Down

0 comments on commit 810a57f

Please sign in to comment.