Skip to content

Commit

Permalink
chore(ci): temp enable PR pushing of image to test akmods-nvidia
Browse files Browse the repository at this point in the history
  • Loading branch information
bsherman committed Aug 25, 2023
1 parent cd38a80 commit a914a92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,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 }}
Expand All @@ -155,7 +155,7 @@ jobs:
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
if: github.event_name != 'pull_request'
#if: github.event_name != 'pull_request'
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down

0 comments on commit a914a92

Please sign in to comment.