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

This commit is contained in:
Deon George 2024-04-07 07:31:35 +10:00
parent 6ddad82571
commit 7b38f818d2

View File

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