Skip to content

Commit

Permalink
Try fix action (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
modmuss50 authored Jan 23, 2024
1 parent 2c25a8f commit 8efd68f
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,18 @@ on:
push:
pull_request:

permissions:
packages: read

jobs:
validate:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2

# - name: Login to GitHub Container Registry
# uses: docker/login-action@v1
# with:
# registry: ghcr.io
# username: ${{ github.repository_owner }}
# password: ${{ secrets.GITHUB_TOKEN }}

- 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

0 comments on commit 8efd68f

Please sign in to comment.