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

This commit is contained in:
Asher 2025-02-23 18:28:53 +00:00
parent f5766ff1e0
commit d083d307d5

View File

@ -17,7 +17,7 @@ jobs:
git checkout main
- name: Log in to Gitea Container Registry
run: echo "${{ secrets.PAT }}" | docker login git.asherfalcon.com -u ${{ secrets.USERNAME }} --password-stdin
run: echo "${{ secrets.PAT }}" | docker login git.asherfalcon.com -u asher --password-stdin
- name: Build Docker image
run: docker build -t git.asherfalcon.com/asher/asherfalcon.com:latest /workspace/asherfalcon.com