Skip to content

Commit a0af495

Browse files
authored
Merge pull request #25 from phpdocker-io/wrap-up-v1
Ensure v1 only runs v1 container
2 parents 7f6712d + d52a361 commit a0af495

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-and-push-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ jobs:
3333
uses: docker/build-push-action@v4
3434
with:
3535
push: true
36-
tags: phpdockerio/github-actions-delete-abandoned-branches:latest
36+
tags: phpdockerio/github-actions-delete-abandoned-branches:v1

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ outputs:
3333

3434
runs:
3535
using: 'docker'
36-
image: 'docker://phpdockerio/github-actions-delete-abandoned-branches:latest'
36+
image: 'docker://phpdockerio/github-actions-delete-abandoned-branches:v1'
3737
args:
3838
- ${{ inputs.ignore_branches }}
3939
- ${{ inputs.last_commit_age_days }}

0 commit comments

Comments
 (0)