update build that it use the VERSION file as Argument for gitea action build
Build and Push Docker Container / build-and-push (push) Has started running

This commit is contained in:
2025-10-14 16:36:30 +02:00
parent 1428582834
commit 6d32d1a32f
4 changed files with 18 additions and 12 deletions
+8 -6
View File
@@ -1,14 +1,16 @@
version: '2.1'
services:
protonmail-bridge:
image: shenxn/protonmail-bridge
ports:
- 1025:25/tcp
- 1143:143/tcp
container_name: protonmail-bridge
image: daniel156161/protonmail-bridge
restart: unless-stopped
build:
context: ./build
dockerfile: Dockerfile
args:
VERSION: v3.21.2
volumes:
- protonmail:/root
volumes:
protonmail:
name: protonmail