Use the alternative config for the rollback process.

This commit is contained in:
Corey Butler 2020-04-02 21:26:17 -05:00
parent 95ec889024
commit 31cd8a5211

View File

@ -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 }}