Skip to content

Commit 6bb1897

Browse files
committed
fix release github workflow
Signed-off-by: Kirill Mokevnin <mokevnin@gmail.com>
1 parent ffbdbb8 commit 6bb1897

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v2
1313

14+
- uses: docker/setup-qemu-action@v1
15+
- uses: docker/setup-buildx-action@v1
16+
1417
- run: docker pull hexletcomponents/devops-example-app:latest
1518
- run: make compose-test-ci
1619
- run: make compose-lint-ci

0 commit comments

Comments
 (0)