From cf3eb610812b649996527a3bc68dee288e8a4415 Mon Sep 17 00:00:00 2001 From: vcerenu Date: Tue, 11 Jun 2024 10:16:22 -0300 Subject: [PATCH] Add save and load process for Wazuh Cert Tool image --- .github/workflows/push.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 902c64fb..42669888 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -92,7 +92,7 @@ jobs: - name: Retrieve saved Wazuh Cert Tool Docker image uses: actions/download-artifact@v3 with: - name: docker-artifact-dashboard + name: docker-artifact-cert-tool - name: Docker load run: | @@ -230,7 +230,7 @@ jobs: - name: Retrieve saved Wazuh Cert Tool Docker image uses: actions/download-artifact@v3 with: - name: docker-artifact-dashboard + name: docker-artifact-cert-tool - name: Docker load run: |