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:
parent
b832024703
commit
fc112218ac
1 changed files with 1 additions and 2 deletions
3
.github/workflows/iso.yml
vendored
3
.github/workflows/iso.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue