Skip to content

Commit cece733

Browse files
authored
Another attempt at fixing GHA. (#60)
1 parent a56aa61 commit cece733

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build_and_deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
ANSIBLE_CHATBOT_VERSION: ${{ github.event.inputs.version }}
2222

2323
steps:
24+
- name: Set up Docker Buildx
25+
uses: docker/setup-buildx-action@v3
26+
2427
- name: Login to Quay
2528
uses: docker/login-action@v3
2629
with:

0 commit comments

Comments
 (0)