ci: use repo name
This commit is contained in:
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user