Fix workflow secrets and context variables
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 1m37s
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 1m37s
This commit is contained in:
@@ -22,14 +22,14 @@ jobs:
|
|||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v2
|
||||||
with:
|
with:
|
||||||
registry: gitea.ext.ben.io
|
registry: gitea.ext.ben.io
|
||||||
username: ${{ github.actor }}
|
username: ${{ gitea.actor }}
|
||||||
password: ${{ secrets.GITHUB_TOKEN }}
|
password: ${{ secrets.CR_PAT }}
|
||||||
|
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v4
|
uses: docker/build-push-action@v4
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
push: true
|
push: true
|
||||||
tags: gitea.ext.ben.io/${{ github.repository }}:latest
|
tags: gitea.ext.ben.io/${{ gitea.repository }}:latest
|
||||||
cache-from: type=gha
|
cache-from: type=gha
|
||||||
cache-to: type=gha,mode=max
|
cache-to: type=gha,mode=max
|
||||||
|
|||||||
Reference in New Issue
Block a user