Skip to content

Commit 911e186

Browse files
committed
Fix formatting in Docker build workflow and update README to include build badge
1 parent 76f04ae commit 911e186

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ jobs:
6363
cache-to: type=gha,mode=max
6464

6565
- name: Image digest
66-
run: echo ${{ steps.meta.outputs.tags }}
66+
run: echo "${{ steps.meta.outputs.tags }}"

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ This project demonstrates Go's efficiency for CPU-bound tasks compared to Node.j
66
![Go](https://img.shields.io/badge/Go-1.25.4-00ADD8?style=flat&logo=go)
77
![Docker](https://img.shields.io/badge/Docker-Alpine-2496ED?style=flat&logo=docker)
88
![Size](https://img.shields.io/badge/Image_Size-~21MB-success)
9+
[![Build and Push](https://github.com/P4ST4S/go-image-optimizer/actions/workflows/docker-build.yml/badge.svg)](https://github.com/P4ST4S/go-image-optimizer/actions/workflows/docker-build.yml)
910

1011
## ⚡ Key Features
1112

0 commit comments

Comments
 (0)