Skip to content

Commit 0cdff0b

Browse files
committed
fix
1 parent 74677dd commit 0cdff0b

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/build-devcontainer.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
- name: Checkout repository
2424
uses: actions/checkout@v6
2525

26+
- name: Set up Docker Buildx
27+
uses: docker/setup-buildx-action@v3
28+
2629
- name: Log in to GitHub Container Registry
2730
if: github.event_name != 'pull_request'
2831
uses: docker/login-action@v3

.github/workflows/checks.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ jobs:
7373
- name: Checkout repository
7474
uses: actions/checkout@v6
7575

76+
- name: Set up Docker Buildx
77+
uses: docker/setup-buildx-action@v3
78+
7679
- name: Log in to GitHub Container Registry
7780
uses: docker/login-action@v3
7881
with:

0 commit comments

Comments
 (0)