Added gitea CI/CD configuration
Create Docker Image / Build Docker Image (push) Successful in 10s Details

This commit is contained in:
Deon George 2024-04-06 11:58:42 +11:00
parent 8ef29c698f
commit 67189cb36a
1 changed files with 9 additions and 9 deletions

View File

@ -70,10 +70,10 @@ jobs:
# http = true
# insecure = true
- name: Build and push Docker image
uses: docker/build-push-action@v5
with:
context: .
file: ./Dockerfile
push: true
tags: "${{gitea.server}}/${{gitea.domain}}:latest"
#- name: Build and push Docker image
# uses: docker/build-push-action@v5
# with:
# context: .
# file: ./Dockerfile
# push: true
# tags: "${{gitea.server}}/${{gitea.domain}}:latest"