We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7f6712d + d52a361 commit a0af495Copy full SHA for a0af495
.github/workflows/build-and-push-image.yaml
@@ -33,4 +33,4 @@ jobs:
33
uses: docker/build-push-action@v4
34
with:
35
push: true
36
- tags: phpdockerio/github-actions-delete-abandoned-branches:latest
+ tags: phpdockerio/github-actions-delete-abandoned-branches:v1
action.yml
@@ -33,7 +33,7 @@ outputs:
runs:
using: 'docker'
- image: 'docker://phpdockerio/github-actions-delete-abandoned-branches:latest'
+ image: 'docker://phpdockerio/github-actions-delete-abandoned-branches:v1'
37
args:
38
- ${{ inputs.ignore_branches }}
39
- ${{ inputs.last_commit_age_days }}
0 commit comments