Skip to content

Commit 745137b

Browse files
updated workflow
1 parent 78f4979 commit 745137b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/docker-compose-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,11 +145,13 @@ jobs:
145145

146146
# ACT: login to Docker Hub via CLI
147147
- name: Login to Docker Hub (act)
148+
if: ${{ env.ACT }}
148149
shell: bash
149150
run: echo "${{ secrets.DOCKERHUB_TOKEN }}" | docker login -u "${{ secrets.DOCKERHUB_USERNAME }}" --password-stdin
150151

151152
# GitHub CI: login action
152153
- name: Login to Docker Hub
154+
if: ${{ !env.ACT }}
153155
uses: docker/login-action@v3
154156
with:
155157
username: ${{ secrets.DOCKERHUB_USERNAME }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ It extends the earlier **Centralized Logging & Monitoring API** project with:
3333
-**Serilog** for structured logging
3434
- 🟣 **Jaeger (via OpenTelemetry)** for distributed tracing
3535
- 🧩 **Docker Compose stack** for local observability setup
36-
- 🚀 **GitHub Actions CI/CD** for multi-arch image builds and releases
36+
- 🚀 **GitHub Actions CI/CD** for image builds and pushes whenever a version tag (e.g., v1.2.3) is pushed to the master branch.
3737
- 📊 **Codecov** integration for coverage insights
3838

3939
---

0 commit comments

Comments
 (0)