remove creds from build push action
Some checks failed
Minecraft Java Image / build-and-push-ddns (push) Failing after 23s

This commit is contained in:
2025-07-15 17:20:50 -04:00
parent 17be6f427d
commit 3b62f0648a

View File

@@ -16,12 +16,6 @@ jobs:
steps:
- name: Check out repository code
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
uses: https://github.com/docker/build-push-action@v5
with: