diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 348a9bd..06e9d26 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,3 +1,3 @@ { - "build": { "dockerfile": "Dockerfile" } + "image": "ghcr.io/ucsd-e4e/aid-audio-sim" } \ No newline at end of file diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 6bd3247..a5cf72c 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -8,8 +8,7 @@ on: jobs: - build-cuda: - + build: runs-on: ubuntu-latest steps: @@ -32,6 +31,6 @@ jobs: uses: docker/build-push-action@v6 with: context: . - file: .devcontainer/Dockerfile + file: Dockerfile tags: ghcr.io/ucsd-e4e/aid-audio-sim:latest push: true \ No newline at end of file diff --git a/.devcontainer/Dockerfile b/Dockerfile similarity index 100% rename from .devcontainer/Dockerfile rename to Dockerfile