Skip to content

Commit

Permalink
Run action against v2 container
Browse files Browse the repository at this point in the history
  • Loading branch information
luispabon committed Sep 11, 2023
1 parent 2565bb9 commit 5d43fa3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
uses: docker/build-push-action@v4
with:
push: true
tags: phpdockerio/github-actions-delete-abandoned-branches:v1
tags: phpdockerio/github-actions-delete-abandoned-branches:v2
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ outputs:

runs:
using: 'docker'
image: 'docker://phpdockerio/github-actions-delete-abandoned-branches:v1'
image: 'docker://phpdockerio/github-actions-delete-abandoned-branches:v2'
args:
- --ignore-branches="${{ inputs.ignore_branches }}"
- --last-commit-age-days="${{ inputs.last_commit_age_days }}"
Expand Down

0 comments on commit 5d43fa3

Please sign in to comment.