From 8b7bcceb7b12263d7fa42154041699a3ad883bf2 Mon Sep 17 00:00:00 2001 From: C4illin Date: Thu, 30 May 2024 14:21:13 +0200 Subject: [PATCH] chore: remove docker tag master --- .github/workflows/remove-docker-tag.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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