diff --git a/.github/workflows/ansible-lint.yml b/.github/workflows/ansible-lint.yml index da805d5..68e28ee 100644 --- a/.github/workflows/ansible-lint.yml +++ b/.github/workflows/ansible-lint.yml @@ -21,7 +21,7 @@ jobs: name: "Run Ansible lint" runs-on: ubuntu-latest - container: docker-oss.nexus.famedly.de/ansible:py-${{ matrix.python_version }}-ansible-${{ matrix.ansible_version }} + container: registry.famedly.net/docker-oss/ansible:py-${{ matrix.python_version }}-ansible-${{ matrix.ansible_version }} defaults: run: shell: bash diff --git a/.github/workflows/ansible-test.yml b/.github/workflows/ansible-test.yml index 2e21c3e..17d52ee 100644 --- a/.github/workflows/ansible-test.yml +++ b/.github/workflows/ansible-test.yml @@ -26,7 +26,7 @@ jobs: name: Run ${{ inputs.testing-type }} tests on Ansible ${{ matrix.ansible_version }} and Python ${{ matrix.python_version }} runs-on: ubuntu-latest - container: docker-oss.nexus.famedly.de/ansible:py-${{ matrix.python_version }}-ansible-${{ matrix.ansible_version }} + container: registry.famedly.net/docker-oss/ansible:py-${{ matrix.python_version }}-ansible-${{ matrix.ansible_version }} env: TESTING_PATH: ${{ inputs.testing-type == 'units' && 'unit' || inputs.testing-type }} defaults: diff --git a/.github/workflows/black.yml b/.github/workflows/black.yml index d846013..ba5254b 100644 --- a/.github/workflows/black.yml +++ b/.github/workflows/black.yml @@ -16,7 +16,7 @@ jobs: - "8.3.0" name: "Run Black" runs-on: ubuntu-latest - container: docker-oss.nexus.famedly.de/ansible:py-${{ matrix.python_version }}-ansible-${{ matrix.ansible_version }} + container: registry.famedly.net/docker-oss/ansible:py-${{ matrix.python_version }}-ansible-${{ matrix.ansible_version }} steps: - name: Checkout