From 8c73814f07756f4866e1860cfcde836eaa5f4016 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A7alo=20Heleno?= Date: Thu, 17 Oct 2024 11:45:31 +0200 Subject: [PATCH] ci: change name of Docker image and fix badge --- .github/workflows/builder.yaml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/builder.yaml b/.github/workflows/builder.yaml index 1b94794..a08dc04 100644 --- a/.github/workflows/builder.yaml +++ b/.github/workflows/builder.yaml @@ -25,7 +25,7 @@ jobs: id: metadata_extraction uses: docker/metadata-action@v5 with: - images: ghcr.io/${{ github.repository }} + images: ghcr.io/shadow - name: "Login to GitHub Container Registry" if: github.event_name == 'push' && github.ref_type == 'tag' # Only login if we push a tag diff --git a/README.md b/README.md index 007f5d2..1c9e2a4 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # shadow 🖼 ![Release](https://img.shields.io/github/v/release/lentidas/DAI-2425-PW1?style=for-the-badge) ![License](https://img.shields.io/github/license/lentidas/DAI-2425-PW1?style=for-the-badge) - ![Build Status](https://img.shields.io/github/actions/workflow/status/lentidas/DAI-2425-PW1/build.yaml?style=for-the-badge) + ![Docker Build](https://img.shields.io/github/actions/workflow/status/lentidas/DAI-2425-PW1/builder.yaml?style=for-the-badge&logo=docker&label=Docker%20Build) A Java CLI application that allows you to hide and retrieve files hidden in bitmap images 🖼.