diff --git a/.github/workflows/iso.yml b/.github/workflows/iso.yml index eae9084..c9d92d0 100644 --- a/.github/workflows/iso.yml +++ b/.github/workflows/iso.yml @@ -42,7 +42,6 @@ jobs: - name: Push To GHCR uses: redhat-actions/push-to-registry@v2 id: push - if: github.event_name != 'pull_request' env: REGISTRY_USER: ${{ github.actor }} REGISTRY_PASSWORD: ${{ github.token }} @@ -66,7 +65,7 @@ jobs: - registry_cache:/registry_cache services: dockerregistry: - image: ghcr.io/jasonn3/docker_cache:latest + image: ghcr.io/jasonn3/container-installer/docker_cache:latest ports: - 5000:5000 volumes: