1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 10:57:55 +01:00

remove condition

This commit is contained in:
Jason N. 2024-02-13 14:38:04 +00:00
parent b832024703
commit fc112218ac

View file

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