add go-pot to builder

This commit is contained in:
t3chn0m4g3 2024-10-14 15:10:20 +02:00
parent b58080579a
commit 9acf738f10

View file

@ -135,6 +135,15 @@ services:
# context: ../glutton/
# <<: *common-build
# Go-pot
go-pot:
image: ${TPOT_DOCKER_REPO}/go-pot:${TPOT_VERSION}
build:
tags:
- ${TPOT_GHCR_REPO}/go-pot:${TPOT_VERSION}
context: ../go-pot/
<<: *common-build
# Hellpot
hellpot:
image: ${TPOT_DOCKER_REPO}/hellpot:${TPOT_VERSION}