mirror of
https://github.com/ButlerLogic/action-autotag.git
synced 2024-11-22 00:01:08 +07:00
Use the alternative config for the rollback process.
This commit is contained in:
parent
95ec889024
commit
31cd8a5211
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
@ -53,6 +53,7 @@ jobs:
|
||||
if: success() && ${{ steps.docker_autotagger.outputs.tagcreated }} = "yes"
|
||||
uses: author/action-rollback@master
|
||||
env:
|
||||
TAG: ${{ steps.docker_autotagger.outputs.tagrequested }}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
tag: ${{ steps.docker_autotagger.outputs.tagrequested }}
|
||||
|
Loading…
Reference in New Issue
Block a user