We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74677dd commit 0cdff0bCopy full SHA for 0cdff0b
2 files changed
.github/workflows/build-devcontainer.yml
@@ -23,6 +23,9 @@ jobs:
23
- name: Checkout repository
24
uses: actions/checkout@v6
25
26
+ - name: Set up Docker Buildx
27
+ uses: docker/setup-buildx-action@v3
28
+
29
- name: Log in to GitHub Container Registry
30
if: github.event_name != 'pull_request'
31
uses: docker/login-action@v3
.github/workflows/checks.yml
@@ -73,6 +73,9 @@ jobs:
73
74
75
76
77
78
79
80
81
with:
0 commit comments