Skip to content

Commit

Permalink
Updated tests to support new action
Browse files Browse the repository at this point in the history
  • Loading branch information
Arv1nt3 committed Jan 12, 2024
1 parent b522c5a commit 1c2d36a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
if: success()
run: |
echo ${{ secrets.CR_PAT }} | docker login ghcr.io -u ${{ github.actor }} --password-stdin
docker rmi ghcr.io/arv1nt3/application:latest
docker rmi arv1nt3/application:latest
curl -X DELETE -u ${{ github.actor }}:${{ secrets.CR_PAT }} \
"https://ghcr.io/v2/arv1nt3/application/manifests/latest"
Expand Down

0 comments on commit 1c2d36a

Please sign in to comment.