chore: enable pr image push (#6)

This commit is contained in:
Benjamin Sherman
2023-03-19 23:08:18 -05:00
committed by GitHub
parent 7434db02c3
commit 26dd67986f

View File

@@ -129,7 +129,7 @@ jobs:
- name: Push To GHCR
uses: redhat-actions/push-to-registry@v2
id: push
if: github.event_name != 'pull_request'
#if: github.event_name != 'pull_request'
env:
REGISTRY_USER: ${{ github.actor }}
REGISTRY_PASSWORD: ${{ github.token }}