Skip to content

Tags for Commonly Used Tools for Dealing With Mappings #497

Tags for Commonly Used Tools for Dealing With Mappings

Tags for Commonly Used Tools for Dealing With Mappings #497

Workflow file for this run

name: Validate Tags
on:
push:
pull_request:
permissions:
packages: read
jobs:
validate:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- run: docker run -v $(pwd)/tags:/tags ghcr.io/fabricmc/fabric-discord-bot:tags-latest