docker already installed in ci
Build and Push / build_and_publish_docker_image (push) Successful in 15m18s

This commit is contained in:
2026-05-22 15:34:56 -05:00
parent b93d6ea455
commit c01dea14e7
2 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -13,8 +13,8 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v4
- name: Install Docker
run: curl -fsSL https://get.docker.com | sh
# - name: Install Docker
# run: curl -fsSL https://get.docker.com | sh
- name: Login to Docker Registry
uses: https://github.com/docker/login-action@v3