Skip to content

Commit

Permalink
chore: use pr-{number} in cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-online committed Sep 9, 2024
1 parent c0a05f8 commit 196e3db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cleanup-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
else
pr_number="${{ github.event.number }}"
fi
docker run --rm lumir/remove-dockerhub-tag --user ${{ secrets.DOCKERHUB_USERNAME }} --password ${{ secrets.DOCKERHUB_TOKEN }} danonline/autopulse:backend-pr-${pr_number} || true
docker run --rm lumir/remove-dockerhub-tag --user ${{ secrets.DOCKERHUB_USERNAME }} --password ${{ secrets.DOCKERHUB_TOKEN }} danonline/autopulse:pr-${pr_number} || true

0 comments on commit 196e3db

Please sign in to comment.