aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorterminaldweller <devi@terminaldweller.com>2024-05-14 14:14:36 +0000
committerterminaldweller <devi@terminaldweller.com>2024-05-14 14:14:36 +0000
commit9c0223eb6e9b59545c0c370c16698bc1014575e0 (patch)
tree0599710368a0335cc37afbd8b0776eba0e36ff91
parentfixing github action (diff)
downloadmilla-9c0223eb6e9b59545c0c370c16698bc1014575e0.tar.gz
milla-9c0223eb6e9b59545c0c370c16698bc1014575e0.zip
fixing github action
-rw-r--r--.github/workflows/docker.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml
index 136d643..de05f5b 100644
--- a/.github/workflows/docker.yaml
+++ b/.github/workflows/docker.yaml
@@ -16,6 +16,8 @@ jobs:
steps:
- name: Check out the repo
uses: actions/checkout@v4
+ - name: Set up Docker Buildx
+ uses: docker/setup-buildx-action@v3
- name: Log in to Docker Hub
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
with: