Setup docker buildx for building

Signed-off-by: baalajimaestro <me@baalajimaestro.me>
This commit is contained in:
baalajimaestro 2024-02-27 19:42:57 +05:30
parent 8bf498e7d1
commit d55a612455
Signed by: baalajimaestro
GPG key ID: F93C394FE9BBAFD5

View file

@ -8,6 +8,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to Docker Hub
uses: docker/login-action@v3
with: