Update WF "Update install docker buildx"

This commit is contained in:
2025-07-03 17:57:33 +05:30
parent 4624285059
commit dc8f4f4c8c

View File

@@ -22,7 +22,7 @@ jobs:
apt-get update
- name: Install Docker Buildx
run: apt-get install docker-buildx
run: apt-get install -y docker-buildx
- name: Login to Docker Hub
uses: docker/login-action@v3