We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 549d7d1 + 04a116e commit 24d1e12Copy full SHA for 24d1e12
2 files changed
.github/workflows/cd.yaml
@@ -66,7 +66,7 @@ jobs:
66
- name: Push Docker Image 🚀
67
run: |
68
echo "Pushing Docker image: $IMAGE_TAG"
69
- docker compose --profile prod push
+ docker compose --profile prod:push push
70
if [ $? -eq 0 ]; then
71
echo "✅ Docker image $IMAGE_TAG pushed successfully!"
72
else
docker-compose.yaml
@@ -1,6 +1,7 @@
1
services:
2
app:
3
profiles:
4
+ - prod:push
5
- prod
6
- dev
7
build:
0 commit comments