chore: 🔥 remove old master tag from containers

This commit is contained in:
C4illin
2024-05-30 14:15:31 +02:00
parent 0b278c989b
commit 93ebdabf6f

21
.github/workflows/remove-docker-tag.yml vendored Normal file
View File

@@ -0,0 +1,21 @@
name: Remove Docker Tag
on:
workflow_dispatch:
jobs:
remove-docker-tag:
runs-on: ubuntu-latest
# Sets the permissions granted to the `GITHUB_TOKEN` for the actions in this job.
# (required)
permissions:
contents: read
packages: write
steps:
- name: Remove Docker Tag
uses: rafalkk/remove-dockertag-action@v1
with:
tag-name: master
github_token: ${{ secrets.GITHUB_TOKEN }}