Publish verified Docker images to GHCR
Make deployments pull immutable CI-built images while keeping test failures diagnosable before any package is published.
This commit is contained in:
+2
-4
@@ -1,9 +1,7 @@
|
||||
services:
|
||||
account-server:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
image: osg-account-server:${IMAGE_TAG:-local}
|
||||
image: ${ACCOUNT_IMAGE:-ghcr.io/hkgood/osg-account-server}:${IMAGE_TAG:-main}
|
||||
pull_policy: always
|
||||
restart: unless-stopped
|
||||
init: true
|
||||
user: "10001:10001"
|
||||
|
||||
Reference in New Issue
Block a user