Skip to content

Commit

Permalink
fix(ci):correct docker registry link (#501)
Browse files Browse the repository at this point in the history
  • Loading branch information
chgautier committed Jan 6, 2023
1 parent 70da859 commit f8ab391
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/actions/runner-docker/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ inputs:
required: false

env:
REGISTRY: registry-docker.centreon.com/docker-global
REGISTRY: docker.centreon.com

runs:
using: "composite"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/centreon-collect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- dev-21.10.x

env:
REGISTRY: registry-docker.centreon.com/docker-global
REGISTRY: docker.centreon.com

jobs:
create-version:
Expand Down Expand Up @@ -224,4 +224,4 @@ jobs:
cloudfront_id: ${{ secrets.CLOUDFRONT_ID }}
yum_repo_address: ${{ secrets.YUM_REPO_ADDRESS }}
yum_repo_key: ${{ secrets.YUM_REPO_KEY }}
yum_repo_url: ${{ secrets.YUM_REPO_URL }}
yum_repo_url: ${{ secrets.YUM_REPO_URL }}
2 changes: 1 addition & 1 deletion .github/workflows/docker-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
- 'ci/docker/**'

env:
REGISTRY: registry-docker.centreon.com/docker-global
REGISTRY: docker.centreon.com

jobs:
create-version:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/robot-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- cron: '0 0 * * *'

env:
REGISTRY: registry-docker.centreon.com/docker-global
REGISTRY: docker.centreon.com

jobs:
robot-test:
Expand Down

0 comments on commit f8ab391

Please sign in to comment.