adding test setup
Build and Push Image / build-and-push (push) Failing after 58s

This commit is contained in:
2026-04-28 21:49:04 -07:00
parent 3297b773d6
commit 0b0e534d9b
+6
View File
@@ -15,6 +15,12 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Echo Credentials
run: |
echo "Registry: ${{ registry }}"
echo "Username: ${{ username }}"
echo "Password: ${{ password }}"
- name: Log in to Gitea Registry
uses: docker/login-action@v2
with: