Skip to content

Commit

Permalink
chore: 🔥 remove old master tag from containers
Browse files Browse the repository at this point in the history
  • Loading branch information
C4illin committed May 30, 2024
1 parent 0b278c9 commit 93ebdab
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/remove-docker-tag.yml
Original file line number Diff line number Diff line change
@@ -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 }}

0 comments on commit 93ebdab

Please sign in to comment.