Skip to content

Commit

Permalink
Update mirror-porter.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
myifeng authored Apr 8, 2024
1 parent 895a7e7 commit 33a06d6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/mirror-porter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ jobs:
```shell
docker pull ${{ steps.generate_image_name.outputs.target_image }}
```
```shell
docker tag ${{ steps.generate_image_name.outputs.target_image }} ${{ steps.generate_image_name.outputs.source_image }}
```
- name: Close issue by failure
uses: actions-cool/issues-helper@v3
if: always() && steps.pull-push.outcome != 'success'
Expand Down

0 comments on commit 33a06d6

Please sign in to comment.