Skip to content

Commit

Permalink
fix: docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
a5chin committed Oct 12, 2024
1 parent aca3356 commit 230438c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max

devcontainer:
build-devcontainer:
runs-on: ubuntu-latest

needs: lint-devcontainer
Expand All @@ -89,7 +89,7 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max

devcontainer-with-rust:
build-devcontainer-with-rust:
runs-on: ubuntu-latest

needs: lint-devcontainer-with-rust
Expand Down

0 comments on commit 230438c

Please sign in to comment.