We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d9df99 commit 40cb2e5Copy full SHA for 40cb2e5
1 file changed
.github/workflows/docker-image.yml
@@ -60,7 +60,7 @@ jobs:
60
# Construct the full image URL using the workflow env vars
61
# This ensures you are pulling exactly what you just built
62
IMAGE="$REGISTRY/$IMAGE_NAME:latest"
63
- CONTAINER="app"
+ CONTAINER="fops"
64
65
echo "Deploying $IMAGE to remote server..."
66
0 commit comments