Skip to content

Commit bf2d8e5

Browse files
authored
Add setup-buildx-action to CD image build workflow (#6)
1 parent 8648b2c commit bf2d8e5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/cd-images.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ jobs:
6464
steps:
6565
- uses: actions/checkout@v4
6666

67+
- name: Set up Docker Buildx
68+
uses: docker/setup-buildx-action@v3
69+
6770
- name: Log in to GHCR
6871
uses: docker/login-action@v3
6972
with:

0 commit comments

Comments
 (0)