Skip to content

Commit bfd0237

Browse files
Revert "updated workflow"
This reverts commit 745137b.
1 parent 745137b commit bfd0237

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

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

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

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

152151
# GitHub CI: login action
153152
- name: Login to Docker Hub
154-
if: ${{ !env.ACT }}
155153
uses: docker/login-action@v3
156154
with:
157155
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 image builds and pushes whenever a version tag (e.g., v1.2.3) is pushed to the master branch.
36+
- 🚀 **GitHub Actions CI/CD** for multi-arch image builds and releases
3737
- 📊 **Codecov** integration for coverage insights
3838

3939
---

0 commit comments

Comments
 (0)