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

This commit is contained in:
Asher 2025-02-23 16:50:57 +00:00
parent 20e10ecb51
commit a82214488f

View File

@ -11,10 +11,12 @@ jobs:
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v3 uses: actions/checkout@v4
with:
token: ${{ secrets.Pat }}
- name: Log in to Gitea Container Registry - name: Log in to Gitea Container Registry
run: echo "${{ secrets.PAT }}" | docker login https://git.asherfalcon.com --username ${{ secrets.USERNAME }} --password-stdin run: echo "${{ secrets.PAT }}" | docker login git.asherfalcon.com -u ${{ secrets.USERNAME }} --password-stdin
- name: Build Docker image - name: Build Docker image
run: docker build -t git.asherfalcon.com/asher/asherfalcon.com:latest . run: docker build -t git.asherfalcon.com/asher/asherfalcon.com:latest .