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