diff --git a/.github/workflows/remove-docker-tag.yml b/.github/workflows/remove-docker-tag.yml index 5113636..2a7d822 100644 --- a/.github/workflows/remove-docker-tag.yml +++ b/.github/workflows/remove-docker-tag.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Remove Docker Tag - uses: rafalkk/remove-dockertag-action@v1 + uses: ArchieAtkinson/remove-dockertag-action@v0.0 with: tag-name: master github_token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file