Skip to content

Commit 40cb2e5

Browse files
authored
Change container name from 'app' to 'fops'
1 parent 2d9df99 commit 40cb2e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
# Construct the full image URL using the workflow env vars
6161
# This ensures you are pulling exactly what you just built
6262
IMAGE="$REGISTRY/$IMAGE_NAME:latest"
63-
CONTAINER="app"
63+
CONTAINER="fops"
6464
6565
echo "Deploying $IMAGE to remote server..."
6666

0 commit comments

Comments
 (0)