Skip to content

Remove Docker Tag

Remove Docker Tag #3

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: ArchieAtkinson/[email protected]
with:
tag_name: master
github_token: ${{ secrets.GITHUB_TOKEN }}