Use new repo

This commit is contained in:
2024-01-22 15:17:43 -06:00
parent 9e4b61297f
commit 611083f954
2 changed files with 2 additions and 2 deletions

View File

@@ -44,7 +44,7 @@ jobs:
uses: docker/metadata-action@v5 uses: docker/metadata-action@v5
with: with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: type=raw,value=latest,enable={{is_default_branch}} tags: type=raw,value=steamcmd,enable={{is_default_branch}}
- name: Build and push Docker image - name: Build and push Docker image
uses: docker/build-push-action@v5 uses: docker/build-push-action@v5

View File

@@ -1,4 +1,4 @@
FROM gethec/pterodactyl-yolks:steamcmd-installer FROM gitea.taco.quest/mindfang/pterodactyl-yolks:steamcmd-installer
USER ${USER} USER ${USER}
COPY entrypoint.sh /entrypoint.sh COPY entrypoint.sh /entrypoint.sh