workflow changed
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 39s
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 39s
This commit is contained in:
parent
6d93cdbeed
commit
20e10ecb51
@ -14,7 +14,7 @@ jobs:
|
|||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Log in to Gitea Container Registry
|
- name: Log in to Gitea Container Registry
|
||||||
run: echo "${{ secrets.PAT }}" | docker login git.asherfalcon.com --username ${{ secrets.USERNAME }} --password-stdin
|
run: echo "${{ secrets.PAT }}" | docker login https://git.asherfalcon.com --username ${{ 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 .
|
||||||
|
Loading…
x
Reference in New Issue
Block a user