ci: use repo name

This commit is contained in:
Job
2024-12-21 10:53:30 +01:00
parent 9aa384c1a3
commit 05f2a0690e

View File

@@ -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