fix: update reusable workflow references from codex-storage to logos-storage

Signed-off-by: Chrysostomos Nanakos <chris@include.gr>
This commit is contained in:
Chrysostomos Nanakos 2026-03-30 12:53:30 +03:00
parent c222fe3bcf
commit 5c23a67e56
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -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 }}

View File

@ -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 }}