From 05f2a0690efad34d7fc72b020385f5179e9cce66 Mon Sep 17 00:00:00 2001 From: Job79 Date: Sat, 21 Dec 2024 10:53:30 +0100 Subject: [PATCH] ci: use repo name --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8b20570..44ea07c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,4 +1,4 @@ -name: Build devcontainer +name: Build container on: push: schedule: @@ -21,4 +21,4 @@ jobs: with: push: true tags: | - ghcr.io/${{ github.actor }}/devcontainer:latest + ghcr.io/${{ github.actor }}/${{ github.event.repository.name }}:latest