add back creds
All checks were successful
Minecraft Java Image / build-and-push-ddns (push) Successful in 12s

This commit is contained in:
2025-07-15 17:23:55 -04:00
parent 3b62f0648a
commit ed6638cebf

View File

@@ -16,6 +16,12 @@ jobs:
steps: steps:
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Login to Gitea Registry
uses: docker/login-action@v2
with:
registry: gitea.reeseapps.com
username: ${{ secrets.REGISTRY_USERNAME }}
password: ${{ secrets.REGISTRY_PASSWORD }}
- name: Build and push Docker image - name: Build and push Docker image
uses: https://github.com/docker/build-push-action@v5 uses: https://github.com/docker/build-push-action@v5
with: with: