attempt to fix ghcr.io docker image push

This commit is contained in:
Dylan K. Taylor 2023-03-22 22:29:00 +00:00
parent b11457d605
commit db59f71130
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -20,6 +20,13 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Clone pmmp/PocketMine-Docker repository
uses: actions/checkout@v3
with: