Skip to content

Commit

Permalink
Move everything to single dir
Browse files Browse the repository at this point in the history
  • Loading branch information
kaidokert committed Jul 13, 2024
1 parent 090279e commit f38b779
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Docker Build
name: Android build

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Docker Build
name: Linux Build

# test

Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.8'
services:
app:
build:
context: docker/linux
context: chrobalt/docker/linux
cache_from:
- ghcr.io/youtube/chrobalt_sandbox/linux:latest
image: ghcr.io/youtube/chrobalt_sandbox/linux:latest
Expand Down

0 comments on commit f38b779

Please sign in to comment.