Added gitea CI/CD configuration
All checks were successful
Create Docker Image / Build Docker Image (push) Successful in 10s
All checks were successful
Create Docker Image / Build Docker Image (push) Successful in 10s
This commit is contained in:
parent
8ef29c698f
commit
67189cb36a
@ -70,10 +70,10 @@ jobs:
|
|||||||
# http = true
|
# http = true
|
||||||
# insecure = true
|
# insecure = true
|
||||||
|
|
||||||
- name: Build and push Docker image
|
#- name: Build and push Docker image
|
||||||
uses: docker/build-push-action@v5
|
# uses: docker/build-push-action@v5
|
||||||
with:
|
# with:
|
||||||
context: .
|
# context: .
|
||||||
file: ./Dockerfile
|
# file: ./Dockerfile
|
||||||
push: true
|
# push: true
|
||||||
tags: "${{gitea.server}}/${{gitea.domain}}:latest"
|
# tags: "${{gitea.server}}/${{gitea.domain}}:latest"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user