diff options
author | terminaldweller <devi@terminaldweller.com> | 2024-05-14 14:14:36 +0000 |
---|---|---|
committer | terminaldweller <devi@terminaldweller.com> | 2024-05-14 14:14:36 +0000 |
commit | 9c0223eb6e9b59545c0c370c16698bc1014575e0 (patch) | |
tree | 0599710368a0335cc37afbd8b0776eba0e36ff91 /.github/workflows/docker.yaml | |
parent | fixing github action (diff) | |
download | milla-9c0223eb6e9b59545c0c370c16698bc1014575e0.tar.gz milla-9c0223eb6e9b59545c0c370c16698bc1014575e0.zip |
fixing github action
Diffstat (limited to '.github/workflows/docker.yaml')
-rw-r--r-- | .github/workflows/docker.yaml | 2 |
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: |