From fc112218ac560e2485651609a59b2a0f29e280af Mon Sep 17 00:00:00 2001 From: "Jason N." <33561705+JasonN3@users.noreply.github.com> Date: Tue, 13 Feb 2024 14:38:04 +0000 Subject: [PATCH] remove condition --- .github/workflows/iso.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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: