Skip to content

Commit

Permalink
switch used organization in base images
Browse files Browse the repository at this point in the history
Due to the renaming from hirte to bluechi, also the
organization on quay.io where the base images are
hosted needs to be changed.

Signed-off-by: Michael Engel <[email protected]>
  • Loading branch information
engelmi committed Aug 17, 2023
1 parent 0567b21 commit 0ab161a
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
rpmbuild:
runs-on: ubuntu-latest
container:
image: quay.io/hirte/build-base:latest
image: quay.io/bluechi/build-base:latest
env:
ARTIFACTS_DIR: exported-artifacts
steps:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
name: Common
runs-on: ubuntu-latest
container:
image: quay.io/hirte/build-base:latest
image: quay.io/bluechi/build-base:latest

steps:
- name: Checkout sources
Expand All @@ -63,7 +63,7 @@ jobs:
name: C
runs-on: ubuntu-latest
container:
image: quay.io/hirte/build-base:latest
image: quay.io/bluechi/build-base:latest

steps:
- name: Checkout sources
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
name: Python
runs-on: ubuntu-latest
container:
image: quay.io/hirte/build-base:latest
image: quay.io/bluechi/build-base:latest

steps:
- name: Checkout sources
Expand All @@ -129,7 +129,7 @@ jobs:
name:
runs-on: ubuntu-latest
container:
image: quay.io/hirte/build-base:latest
image: quay.io/bluechi/build-base:latest

steps:
- name: Checkout sources
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: Publish bluechi on PyPi
runs-on: ubuntu-latest
container:
image: quay.io/hirte/build-base:latest
image: quay.io/bluechi/build-base:latest

steps:
- name: Checkout sources
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
test:
runs-on: ubuntu-latest
container:
image: quay.io/hirte/build-base:latest
image: quay.io/bluechi/build-base:latest

steps:
- name: Checkout sources
Expand Down
2 changes: 1 addition & 1 deletion tests/containers/integration-test-local
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/hirte/integration-test-base:latest
FROM quay.io/bluechi/integration-test-base:latest

RUN mkdir -p /tmp/bluechi-rpms
COPY ./bluechi-rpms /tmp/bluechi-rpms
Expand Down
2 changes: 1 addition & 1 deletion tests/containers/integration-test-snapshot
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/hirte/integration-test-base:latest
FROM quay.io/bluechi/integration-test-base:latest

RUN dnf install -y --repo hirte-snapshot \
--repofrompath hirte-snapshot,https://download.copr.fedorainfracloud.org/results/mperina/hirte-snapshot/centos-stream-9-$(uname -m)/ \
Expand Down

0 comments on commit 0ab161a

Please sign in to comment.