Added gitea CI/CD configuration
Some checks failed
Create Docker Image / Build Docker Image (push) Failing after 2m39s

This commit is contained in:
Deon George 2024-04-07 08:19:19 +10:00
parent 7b38f818d2
commit 60ca86ceb9

View File

@ -72,7 +72,7 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v5
env:
ACTIONS_RUNTIME_TOKEN: ''
GIT_AUTH_TOKEN: ${{ secrets.PKG_WRITE_TOKEN }}
with:
context: .
file: ./Dockerfile