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 🖼.