mirror of
https://github.com/ButlerLogic/action-autotag.git
synced 2025-07-23 23:49:03 +07:00
Use the alternative config for the rollback process.
This commit is contained in:
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 }}
|
||||
|
Reference in New Issue
Block a user