workflow changed
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 49s

This commit is contained in:
Asher 2025-02-23 18:18:14 +00:00
parent 5934994552
commit 471092f00f

View File

@ -38,7 +38,8 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
with:
repository: https://git.asherfalcon.com/asher/asherfalcon.com.git
# repository: https://git.asherfalcon.com/asher/asherfalcon.com.git
github-server-url: 'https://git.asherfalcon.com'
- name: Log in to Gitea Container Registry
run: echo "${{ secrets.PAT }}" | docker login git.asherfalcon.com -u ${{ secrets.USERNAME }} --password-stdin