Skip to content

Commit

Permalink
CI: Rename docker.yml => devcontainer.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Reichl <[email protected]>
  • Loading branch information
thetredev committed Oct 8, 2023
1 parent 48d5c79 commit a4901fb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Devcontainer
name: devcontainer

on:
schedule:
Expand All @@ -12,7 +12,7 @@ env:
GHCR_IMAGE: "ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}:devcontainer"

jobs:
build:
devcontainer:
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down

0 comments on commit a4901fb

Please sign in to comment.