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