From 20e6b3b097b8a62f8192864fb418e878dfbbfc0a Mon Sep 17 00:00:00 2001 From: Vincent Benzoni <40903392+vincentbenzo@users.noreply.github.com> Date: Sun, 12 Jan 2025 23:35:50 -0800 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1bab4fb..590f731 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -34,6 +34,9 @@ jobs: with: context: . push: true - tags: ghcr.io/${{ github.repository }}:latest + tags: ghcr.io/vincentbenzo/thecybersociety:latest cache-from: type=gha cache-to: type=gha,mode=max + labels: | + org.opencontainers.image.source=https://github.com/${{ github.repository }} + org.opencontainers.image.visibility=public