Skip to content

Commit

Permalink
Bump bots-house/ghcr-delete-image-action from 1.0.1 to 1.1.0
Browse files Browse the repository at this point in the history
Bumps [bots-house/ghcr-delete-image-action](https://github.com/bots-house/ghcr-delete-image-action) from 1.0.1 to 1.1.0.
- [Release notes](https://github.com/bots-house/ghcr-delete-image-action/releases)
- [Commits](bots-house/ghcr-delete-image-action@v1.0.1...v1.1.0)

---
updated-dependencies:
- dependency-name: bots-house/ghcr-delete-image-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Sep 1, 2023
1 parent 0b1efa0 commit d69160f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prune-pr-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
echo "APP_LOWERCASE=${APP,,}" >> $GITHUB_ENV
- name: Cleanup images
if: env.BRANCH != 'development' # don't prune images from the development branch
uses: bots-house/ghcr-delete-image-action@v1.0.1
uses: bots-house/ghcr-delete-image-action@v1.1.0
with:
owner: dtcenter
name: metexpress/development/${{ env.APP_LOWERCASE }}
Expand Down

0 comments on commit d69160f

Please sign in to comment.