Skip to content

Commit

Permalink
Change package name
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Howe <[email protected]>
  • Loading branch information
bmhowe23 committed Feb 6, 2025
1 parent d002e8b commit 99c3b0b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -150,12 +150,11 @@ jobs:
# TEMP needs: [build-cudaqx-dev, build-cudaqx-pydev]
runs-on: ubuntu-latest
if: ${{ github.repository == 'NVIDIA/cudaqx' }}
permissions: write-all
steps:
- name: Delete untagged images
uses: actions/delete-package-versions@v5
with:
package-name: ghcr.io/nvidia/cudaqx-dev
package-name: cudaqx-dev
package-type: 'container'
min-versions-to-keep: 0
delete-only-untagged-versions: 'true'
Expand Down

0 comments on commit 99c3b0b

Please sign in to comment.