Skip to content

Commit

Permalink
init repo
Browse files Browse the repository at this point in the history
  • Loading branch information
robinmordasiewicz committed May 30, 2024
1 parent a959d73 commit 4fbea12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/devcontainer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Build and run Dev Container task
uses: devcontainers/ci@a56d055efecd725e8cfe370543b6071b79989cc8
with:
imageName: ghcr.io/${{ github.repository_owner }}/devcontainer:latest
cacheFrom: ghcr.io/${{ github.repository_owner }}/devcontainer:latest
imageName: ghcr.io/${{ github.repository_owner }}/devcontainer
cacheFrom: ghcr.io/${{ github.repository_owner }}/devcontainer
configFile: src/devcontainer
platform: linux/arm64,linux/amd64

0 comments on commit 4fbea12

Please sign in to comment.