Compare commits

..

1 Commits

Author SHA1 Message Date
b744adde0c feat: initial commit
All checks were successful
Build / build (pull_request) Successful in 2m37s
- add Makefile
- add gitea workflows
- add Dockerfile
- pass through trusted ca certificates
2024-09-08 01:29:07 +10:00

View File

@ -5,7 +5,7 @@ GIT_COMMIT := $(shell git rev-parse --short HEAD)
DATE_TAG := $(shell date +%Y%m%d)
# Set the Docker image name and repository information
IMAGE_NAME := alma8-buildagent
IMAGE_NAME := almalinux8-buildagent
REGISTRY := git.query.consul
OWNER := unkin