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: on:
push: push:
schedule: schedule:
@@ -21,4 +21,4 @@ jobs:
with: with:
push: true push: true
tags: | tags: |
ghcr.io/${{ github.actor }}/devcontainer:latest ghcr.io/${{ github.actor }}/${{ github.event.repository.name }}:latest