From 5c23a67e5667113b91dbab137b7358cc8225fa80 Mon Sep 17 00:00:00 2001 From: Chrysostomos Nanakos Date: Mon, 30 Mar 2026 12:53:30 +0300 Subject: [PATCH] fix: update reusable workflow references from codex-storage to logos-storage Signed-off-by: Chrysostomos Nanakos --- .github/workflows/argo.yml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/argo.yml b/.github/workflows/argo.yml index 86cd9e8..5bd94bf 100644 --- a/.github/workflows/argo.yml +++ b/.github/workflows/argo.yml @@ -45,7 +45,7 @@ jobs: build-and-push: name: Build and Push needs: variables - uses: codex-storage/github-actions/.github/workflows/docker-reusable.yml@master + uses: logos-storage/github-actions/.github/workflows/docker-reusable.yml@master with: docker_file: ${{ needs.variables.outputs.docker_file }} dockerhub_repo: ${{ needs.variables.outputs.dockerhub_repo }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3d391d0..8fcb932 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -75,7 +75,7 @@ jobs: build-and-push: name: Build and Push needs: variables - uses: codex-storage/github-actions/.github/workflows/docker-reusable.yml@master + uses: logos-storage/github-actions/.github/workflows/docker-reusable.yml@master with: docker_file: ${{ needs.variables.outputs.docker_file }} dockerhub_repo: ${{ needs.variables.outputs.dockerhub_repo }}